Change styles
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jared He 2021-08-30 19:11:13 -05:00
parent 6946a32f45
commit 4b5f111a1e
1 changed files with 8 additions and 3 deletions

View File

@ -8,10 +8,15 @@
border-bottom: 1px solid var(--primary-heading); border-bottom: 1px solid var(--primary-heading);
} }
.header {
display: flex;
flex-wrap: wrap;
}
.header a { .header a {
color: var(--text); color: var(--text);
font-size: calc(18rem / 16); font-size: calc(18rem / 16);
margin-right: calc(30rem / 16); margin-right: 1rem;
} }
.header a .curTerm { .header a .curTerm {
@ -30,9 +35,9 @@
margin-top: 0; margin-top: 0;
} }
@media only screen and (max-width: calc(425rem / 16)) { /* @media only screen and (max-width: calc(425rem / 16)) {
.header { .header {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
} } */