Skip to content

Commit

Permalink
Fix: demo font fallback & breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdools committed Sep 18, 2019
1 parent 1ba95a0 commit 8723a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {

.container {
height: 100vh;
font-family: ReithSerif, Fallback, sans-serif;
font-family: ReithSerif, sans-serif;
}

.demoNav {
Expand Down Expand Up @@ -116,7 +116,7 @@ body {
}

/* desktop */
@media (min-width: 767px) {
@media (min-width: 768px) {
.demoNav {
display: flex;
justify-content: space-evenly;
Expand Down

0 comments on commit 8723a0b

Please sign in to comment.