Skip to content

Commit

Permalink
Merge pull request #47 from UNICEFECAR/bug/issue_69
Browse files Browse the repository at this point in the history
Fix: subheading misalignment of text in page component
  • Loading branch information
sebastian-7DIGIT authored Nov 20, 2023
2 parents 948a982 + b0ee9bf commit 7a46878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/blocks/Page/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@

@media screen and (min-width: $screen-md) {
padding-left: calc($spacing_2_6 + $spacing_8_0);
padding-right: calc($spacing_2_6 + $spacing_8_0);
}

@media screen and (min-width: $screen-lg) {
padding-left: calc($spacing_23_0 + $spacing_5_6);
padding-right: calc($spacing_23_0 + $spacing_5_6);
}
}

Expand Down

0 comments on commit 7a46878

Please sign in to comment.