Convert buttons to links.

This commit is contained in:
Mike Cao 2020-09-15 19:16:05 -07:00
parent e35821a0c3
commit 5e57b26e46
16 changed files with 82 additions and 50 deletions

View file

@ -4,10 +4,14 @@
line-height: var(--font-size-large);
}
.button {
.link {
font-size: var(--font-size-small);
}
.link svg {
margin-left: 10px;
}
@media only screen and (max-width: 576px) {
.active {
display: none;