Merge pull request #467 from nickradford/fix/mobile-rendering-issues

Fix mobile rendering issues
This commit is contained in:
Mike Cao 2021-02-13 23:45:05 -08:00 committed by GitHub
commit 9a3334c4eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -44,4 +44,7 @@
.header {
padding: 0 15px;
}
.nav {
font-size: var(--font-size-normal);
}
}