Skip to content

Commit

Permalink
Change outer padding mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 2, 2024
1 parent 685ce1c commit 4399016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@

--rs-footer-height: 4rem;

--rs-landing-page-padding--mobile: calc(var(--vs-stack) * 3);
--rs-landing-page-left-pane-padding: calc(var(--vs-gutter) * 8);
--rs-landing-page-right-pane-padding--desktop: 10vmax;
--rs-landing-page-right-pane-padding--mobile: calc(var(--vs-stack) * 2);
Expand Down Expand Up @@ -1060,7 +1061,7 @@ a:hover,
.c-landingPage {
display: block;

padding: 0 5vmax;
padding: 0 var(--rs-landing-page-padding--mobile);

background: var(--rc-landing-page-background);

Expand Down

0 comments on commit 4399016

Please sign in to comment.