Skip to content

Commit

Permalink
fix: set h5 bottom-margin to gio default
Browse files Browse the repository at this point in the history
GIO style redefines the default for the bottom margin from 12px to 4px
  • Loading branch information
mariano-fernandez authored and ThibaudAV committed Mar 2, 2022
1 parent 20f844d commit e777e81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
.mat-typography h5,
.mat-typography .mat-h5 {
@include typo.subtitle-typography;

margin-bottom: 4px;
}
}

0 comments on commit e777e81

Please sign in to comment.