Skip to content

Commit

Permalink
Update styling to fix margins on mobile (#2341)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Aragon <[email protected]>
Signed-off-by: Daniel Gray <[email protected]>
  • Loading branch information
r-j-taylor authored and dngray committed Dec 2, 2023
1 parent 2fbc674 commit dc054d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ article.md-content__inner {
margin: auto;
padding-bottom: 3rem;
}
@media screen and (max-width: 65rem) {
article.md-content__inner {
margin-right: 0.8rem;
margin-left: 0.8rem;
}
}
article.md-content__inner > * {
max-width: 38rem;
}
Expand Down

0 comments on commit dc054d9

Please sign in to comment.