Skip to content

Commit

Permalink
Style: Bump up primary width breakpoint to trigger more approprately
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Mar 21, 2022
1 parent f0ac0d6 commit 9a0d8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep_sphinx_extensions/pep_theme/static/mq.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

/* Reduce padding & margins for smaller screens */
@media (max-width: 36em) {
@media (max-width: 40em) {
section#pep-page-section {
padding: 0.5rem;
}
Expand All @@ -41,7 +41,7 @@
}
}

@media (min-width: 36em) {
@media (min-width: 40em) {
section#pep-page-section {
display: table;
margin: 0 auto;
Expand Down

0 comments on commit 9a0d8f8

Please sign in to comment.