Merge pull request #3 from nicbrasil/fix/layout-mobile

corrigindo layout mobile
This commit is contained in:
biaTrivNic 2025-01-20 13:49:55 -03:00 committed by GitHub
commit 0f5161d691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
}
}
#main-outlet {
justify-self: center;
max-width: calc(100% - 50px) !important;
}
// Ideally the search banner component should be set to use the below-site-header outlet,
// but this ensures the default works too
.above-main-container-outlet.search-banner {