diff --git a/css/base.css b/css/base.css index 65a3daf..5e408a6 100644 --- a/css/base.css +++ b/css/base.css @@ -75,7 +75,8 @@ html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\ .banner.header { margin-bottom: var(--spacing-4,1rem); - max-width: inherit !important; + max-width: calc(100% + 2.2rem); /* no idea why this works */ + margin-left: -1.1rem; } .banner.footer { diff --git a/html/admin.html b/html/admin.html index 68b159c..e3bfe67 100644 --- a/html/admin.html +++ b/html/admin.html @@ -43,7 +43,7 @@