diff --git a/src/TaxBaik.Web/Pages/Admin/_AdminLayout.cshtml b/src/TaxBaik.Web/Pages/Admin/_AdminLayout.cshtml index c994792..48ce50c 100644 --- a/src/TaxBaik.Web/Pages/Admin/_AdminLayout.cshtml +++ b/src/TaxBaik.Web/Pages/Admin/_AdminLayout.cshtml @@ -114,7 +114,7 @@
-
+
@RenderBody()
diff --git a/src/TaxBaik.Web/wwwroot/css/admin.css b/src/TaxBaik.Web/wwwroot/css/admin.css index f09c833..cbd9583 100644 --- a/src/TaxBaik.Web/wwwroot/css/admin.css +++ b/src/TaxBaik.Web/wwwroot/css/admin.css @@ -432,7 +432,7 @@ html, body { .admin-page-shell { display: grid; - gap: 0.5rem; + gap: 0.25rem; } .details-grid dt { @@ -492,22 +492,22 @@ html, body { } .admin-page-header-title { - font-size: 0.9rem; - line-height: 1.2; + font-size: 0.78rem; + line-height: 1.1; font-weight: 600; - margin-top: 0.15rem; - margin-bottom: 0.3rem; + margin-top: 0 !important; + margin-bottom: 0.15rem !important; } .admin-page-header-subtitle { - font-size: 0.72rem; - line-height: 1.3; - margin-top: 0.2rem; + font-size: 0.7rem; + line-height: 1.25; + margin-top: 0.1rem; } .admin-page-header-eyebrow { - font-size: 0.62rem; - margin-bottom: 0.2rem; + font-size: 0.6rem; + margin-bottom: 0.1rem; letter-spacing: 0.5px; } @@ -1278,12 +1278,17 @@ textarea:focus-visible { ============================================================================ */ .admin-page-shell { - padding-top: 1rem; - padding-bottom: 1rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } .admin-page-shell .page-header { - margin-bottom: 0.4rem !important; + margin-bottom: 0.25rem !important; +} + +.admin-page-shell .page-header h2 { + margin-top: 0 !important; + margin-bottom: 0 !important; } .admin-page-header-eyebrow {