Skip to content

Commit

Permalink
Increase space with footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 4, 2024
1 parent b5b2780 commit da5df3a
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 @@ -336,6 +336,7 @@
var(--vs-stack) * 2
);
--rs-split-page-stack: calc(var(--vs-stack) * 4);
--rs-split-page-stack--large: calc(var(--vs-stack) * 6);

/* This is not used in CSS, but it's used to compensate for the logo size. */
--rs-logo-height: 3rem;
Expand Down Expand Up @@ -1124,7 +1125,7 @@ a:hover,
margin-top: var(--rs-split-page-stack);
padding-bottom: var(--rs-split-page-stack);

gap: var(--rs-split-page-stack);
gap: var(--rs-split-page-stack--large);
}

.c-landingPage__left__content {
Expand Down

0 comments on commit da5df3a

Please sign in to comment.