Skip to content

Commit

Permalink
change(banner): removed margin from title
Browse files Browse the repository at this point in the history
- documentFirstHeading had margin 0 bottom so this way
  we simply normalize it
  • Loading branch information
ichim-david committed Jan 17, 2023
1 parent 7674d76 commit 17e592c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/banner.variables
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
@mobileTitleLineHeight : @headerLineHeight;
@tabletTitleLineHeight : @headerLineHeight;
@computerTitleLineHeight : @headerLineHeight;
@mobileTitleMargin : 0 0 0.5rem 0;
@tabletTitleMargin : 0 0 0.813rem 0;
@computerTitleMargin : 0 0 1.125rem 0;
@mobileTitleMargin : 0 0 0 0;
@tabletTitleMargin : 0 0 0 0;
@computerTitleMargin : 0 0 0 0;


/* Subtitle */
Expand Down

0 comments on commit 17e592c

Please sign in to comment.