Skip to content

Commit

Permalink
change(footer): added gap for actions and copyright
Browse files Browse the repository at this point in the history
- this way you can still navigate these links with ease on
  mobile
  • Loading branch information
ichim-david committed Feb 13, 2023
1 parent 832b69e commit 7d32ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/themes/eea/extras/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@ footer .footer-wrapper .menu {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: @menuFooterActionsGap;
}

.copyright {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: @menuFooterCopyrightGap;
}

a {
Expand Down
2 changes: 2 additions & 0 deletions theme/themes/eea/extras/footer.variables
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@
@mobileMenuCopyrightFontWeight : @font-weight-3;
@mobileMenuFontWeight : @font-weight-4;
@computerMenuFontSize : @font-size-1;
@menuFooterActionsGap : 0 @size-1;
@menuFooterCopyrightGap : @size-1;

0 comments on commit 7d32ddd

Please sign in to comment.