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
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);
}
}