Fix mobile header (#231)
continuous-integration/drone/push Build is passing Details

Closes #210

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #231
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: j285he <j285he@localhost>
Co-committed-by: j285he <j285he@localhost>
This commit is contained in:
Jared He 2021-08-30 20:37:55 -04:00
parent 30102822da
commit c0c2420ee6
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 {