1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: max-width inlining

This commit is contained in:
FredrikOseberg 2025-08-14 16:23:00 +02:00
parent e13c79853f
commit b655291e85
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -138,6 +138,7 @@ main .container {
/* Welcome page specific styles */ /* Welcome page specific styles */
.docs-doc-id-welcome main .container { .docs-doc-id-welcome main .container {
background-color: transparent !important; background-color: transparent !important;
max-width: 100% !important;
} }
.docs-doc-id-welcome main .theme-doc-breadcrumbs { .docs-doc-id-welcome main .theme-doc-breadcrumbs {