feat(directory): add voice

This commit is contained in:
Haoyu Xu
2023-02-27 16:34:36 -05:00
parent 00e6916ad1
commit 0a320e1eb0
19 changed files with 399 additions and 123 deletions

View File

@@ -25,6 +25,10 @@
justify-content: flex-start;
}
.header .spacer {
flex-grow: 1;
}
.header .dropdown {
margin-left: auto;
}
@@ -140,7 +144,7 @@
font-size: 3rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1.1em;
line-height: 1.2em;
}
.main .main-header .main-tab {
@@ -174,7 +178,7 @@
}
@media (max-width: 768px) {
.main .main-header .return-button {
.main .return-button {
right: -3.4rem;
}
}