make nav smaller on mobile

This commit is contained in:
Joseph Hutchinson
2018-05-02 16:34:35 -04:00
parent 3cab2650a7
commit 9ef3b2bb35

View File

@@ -23,7 +23,7 @@ strong {
.nav-bar {
max-width: 48rem;
width: 100%;
padding: 0.8em 0;
padding: 0.4em 0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -367,6 +367,9 @@ footer {
body {
font-size: 1.125rem;
}
.nav-bar {
padding: 0.8em 0;
}
.list-header-title {
font-weight: normal;
font-size: 4.2em;