Skip to content

Commit

Permalink
refactor(footer): update font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Feb 15, 2022
1 parent 971fcb8 commit 1c91c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/footer.variables
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
@tabletHeaderMarginBottom : 2.5rem;
@computerHeaderMarginBottom : 3.75rem;
@mobileHeaderFontSize : 0.688rem;
@tabletHeaderFontSize : @h5;
@computerHeaderFontSize : @h3;
@tabletHeaderFontSize : 1.25rem;
@computerHeaderFontSize : 2.25rem;

/* Subfooter with logo and contact info */
@mobileItemMarginTop : 1rem;
Expand All @@ -37,7 +37,7 @@
@tabletItemHeaderMarginBottom : 0.938rem;
@tabletItemHeaderFontSize : 1.375rem;
@computerItemHeaderMarginBottom : 1.563rem;
@computerItemHeaderFontSize : @h3;
@computerItemHeaderFontSize : 2.25rem;

/* Site Logo */
@tabletSiteLogoWidth : 192px;
Expand Down

0 comments on commit 1c91c35

Please sign in to comment.