Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor media player #183

Merged
merged 15 commits into from
Sep 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: demo font fallback & breakpoint
  • Loading branch information
jamesdools committed Sep 18, 2019
commit 8723a0ba16a7d566658b738f5a8256afec4db74d
4 changes: 2 additions & 2 deletions demo/index.module.scss
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ body {

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

.demoNav {
@@ -116,7 +116,7 @@ body {
}

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