Skip to content

Commit

Permalink
fix: remove unnecessary indents (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli Ovechkina authored Sep 14, 2023
1 parent 7f197ad commit dac4e09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/blocks/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ $backgroundWidth: 1440px;

&__description {
margin-top: $indentXS;
font-weight: normal;
@include text-size(caption-2);
margin-block-end: var(--g-text-body-1-line-height);

.yfm,
.yfm * {
Expand Down Expand Up @@ -189,10 +186,8 @@ $backgroundWidth: 1440px;

&__overtitle {
@include text-size(body-3);
margin-block-start: var(--g-text-body-3-line-height);

margin-bottom: $indentXXXS;
font-weight: 400;

a {
@include link();
Expand Down

0 comments on commit dac4e09

Please sign in to comment.