diff --git a/src/TaxBaik.Web/wwwroot/css/admin.css b/src/TaxBaik.Web/wwwroot/css/admin.css index cbd9583..829a8a8 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.25rem; + gap: 0; } .details-grid dt { @@ -451,6 +451,8 @@ html, body { border-radius: var(--radius-lg); box-shadow: none !important; border: 1px solid var(--border-color-light); + margin-top: 0 !important; + margin-bottom: 0 !important; } .blog-editor-shell .card-header, @@ -1283,7 +1285,11 @@ textarea:focus-visible { } .admin-page-shell .page-header { - margin-bottom: 0.25rem !important; + margin-bottom: 0.5rem !important; +} + +.admin-page-shell .card:first-of-type { + margin-top: 0 !important; } .admin-page-shell .page-header h2 {