Adds an explicit meta tag for the viewport, resizes the navigation link size
for smaller screens
This commit is contained in:
Nick Radford 2021-02-09 02:54:59 -08:00
parent 30ebf7b266
commit a30074c055
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);
}
}