Skip to content

Commit

Permalink
Merge pull request #54 from UNICEFECAR/fix/issue_89
Browse files Browse the repository at this point in the history
Fix: Page component min width
  • Loading branch information
sebastian-7DIGIT authored Dec 23, 2023
2 parents 7eeb1aa + 5d3c0b6 commit f32a191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Page/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.page {
padding-top: $spacing_6_6;
@include themify($themes, "background-color", "color_white_ff");
min-width: 38rem;
min-width: 34rem;

&--no-additional-top-padding {
padding-top: 0;
Expand Down

0 comments on commit f32a191

Please sign in to comment.