fix banner in about

This commit is contained in:
Harvey Tindall
2021-12-31 17:43:09 +00:00
parent d1b5b74060
commit 4eb7afead6
2 changed files with 3 additions and 2 deletions

View File

@@ -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 {