style: increase container maximum width to 1440px in intern dashboard view
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<section class="wrapper bg-[#f0f7ff] py-12">
|
<section class="wrapper bg-[#f0f7ff] py-12">
|
||||||
<div class="container px-4">
|
<div class="container px-4">
|
||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-[1440px] mx-auto">
|
||||||
|
|
||||||
<!-- Top header / Welcome card -->
|
<!-- Top header / Welcome card -->
|
||||||
<div class="bg-white rounded-3xl p-6 md:p-8 shadow-xl border border-slate-100/50 flex flex-col md:flex-row justify-between items-start md:items-center gap-6 mb-8">
|
<div class="bg-white rounded-3xl p-6 md:p-8 shadow-xl border border-slate-100/50 flex flex-col md:flex-row justify-between items-start md:items-center gap-6 mb-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user