Fix mobile header #231

Merged
j285he merged 3 commits from jared-fix-mobile-header into main 2021-08-30 20:37:56 -04:00
1 changed files with 6 additions and 1 deletions

View File

@ -8,10 +8,15 @@
border-bottom: 1px solid var(--primary-heading);
}
.header {
display: flex;
flex-wrap: wrap;
}
.header a {
color: var(--text);
font-size: calc(18rem / 16);
margin-right: calc(30rem / 16);
margin-right: 1rem;
}
.header a .curTerm {