Skip to content

Commit

Permalink
change(footer): removed min width and height from links
Browse files Browse the repository at this point in the history
- the rule wasn't affecting the links and when it was the whole
  layout was changes drastically since you had a min height of 50px
  • Loading branch information
ichim-david committed Mar 1, 2023
1 parent e1fb823 commit ac33219
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions theme/themes/eea/extras/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ footer .footer-wrapper .menu {
font-weight: @mobileMenuCopyrightFontWeight;
}

footer .footer-wrapper a {
min-width: @mobileTapTargetMinimum;
min-height: @mobileTapTargetMinimum;
}

.contact-block .subcontact {
margin-top: @mobileSubcontactBlockMarginTop;
}
Expand Down
1 change: 0 additions & 1 deletion theme/themes/eea/extras/footer.variables
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@
@computerMenuFontSize : @font-size-1;
@menuFooterActionsGap : @size-1 0;
@menuFooterCopyrightGap : @size-1 0;
@mobileTapTargetMinimum : 50px;

0 comments on commit ac33219

Please sign in to comment.