Skip to content

Commit

Permalink
make the c-landingPage__container fixed width (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
LXIF authored Nov 11, 2024
1 parent c55d41d commit edb4233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ a:hover,

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

max-width: var(--rs-main-content-width);
width: var(--rs-main-content-width);
}

.c-landingPage__logo {
Expand Down Expand Up @@ -1161,7 +1161,7 @@ a:hover,

@media (max-width: 512px) {
.c-landingPage__container {
max-width: none;
width: 100%;
}
}

Expand Down

0 comments on commit edb4233

Please sign in to comment.