feat(directory): performance and style optimization

This commit is contained in:
Haoyu Xu
2023-02-26 13:45:49 -05:00
parent 81ee2d2170
commit 5c80834c30
9 changed files with 103 additions and 83 deletions

View File

@@ -41,18 +41,18 @@
.popup .title {
font-size: 3rem;
font-weight: 700;
border-bottom: 1px solid var(--border-color);
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: center;
align-items: center;
padding-bottom: 1rem;
text-transform: uppercase;
font-family: "Geometos", "Noto Sans SC", sans-serif;
}
.popup .content {
line-height: 1.5rem;
padding: 1rem;
line-height: 1.3em;
padding: 1rem 1rem 0 1rem;
}
.popup .overlay {