Skip to content

Commit edb4233

Browse files
authored
make the c-landingPage__container fixed width (#2690)
1 parent c55d41d commit edb4233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/src/styles/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ a:hover,
11111111

11121112
padding: 0 var(--rs-split-page-bezzel--mobile);
11131113

1114-
max-width: var(--rs-main-content-width);
1114+
width: var(--rs-main-content-width);
11151115
}
11161116

11171117
.c-landingPage__logo {
@@ -1161,7 +1161,7 @@ a:hover,
11611161

11621162
@media (max-width: 512px) {
11631163
.c-landingPage__container {
1164-
max-width: none;
1164+
width: 100%;
11651165
}
11661166
}
11671167

0 commit comments

Comments
 (0)