feat(directory): performance and style optimization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user