Commit 842a1d1a3f40eda250f5f6cb5449906fde6488ad

Authored by Igor Kulikov
1 parent efe6ec19

Headline styles

Showing 1 changed file with 4 additions and 2 deletions
... ... @@ -95,8 +95,10 @@ h3,
95 95 h4,
96 96 h5,
97 97 h6 {
98   - margin-top: 1rem;
99   - margin-bottom: 1rem;
  98 + &, &.mat-headline {
  99 + margin-top: 1rem;
  100 + margin-bottom: 1rem;
  101 + }
100 102 }
101 103
102 104 h1 {
... ...