We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55d41d commit edb4233Copy full SHA for edb4233
src/frontend/src/styles/main.css
@@ -1111,7 +1111,7 @@ a:hover,
1111
1112
padding: 0 var(--rs-split-page-bezzel--mobile);
1113
1114
- max-width: var(--rs-main-content-width);
+ width: var(--rs-main-content-width);
1115
}
1116
1117
.c-landingPage__logo {
@@ -1161,7 +1161,7 @@ a:hover,
1161
1162
@media (max-width: 512px) {
1163
.c-landingPage__container {
1164
- max-width: none;
+ width: 100%;
1165
1166
1167
0 commit comments