Make padding-bottom consistent for pages with EmailSignup component #247
Merged
j285he
merged 8 commits from jared-fix-padding-bottom-101
into main
1 year ago
@ -1,5 +1,5 @@ |
||||
.page { |
||||
margin: calc(50rem / 16) 0; |
||||
margin: calc(60rem / 16) 0; |
||||
|
||||
} |
||||
|
||||
.page > header { |
||||
@ -51,6 +51,10 @@ |
||||
} |
||||
|
||||
@media only screen and (max-width: calc(768rem / 16)) { |
||||
.page { |
||||
margin: calc(30rem / 16); |
||||
a258wang
commented 1 year ago
Review
Continuing from Adi's comment: this should be |
||||
} |
||||
|
||||
.page > header { |
||||
display: flex; |
||||
flex-direction: column-reverse; |
||||
|
Loading…
Reference in new issue
This is changing the margins on the side as well, which make the page super narrow.