Spaces:
Running
on
Zero
Running
on
Zero
File size: 393 Bytes
46a13bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
.title {
margin-block: 0.5rem;
}
.title h1 {
font-weight: 100 !important;
}
.catalog-button {
/* // align left
smaller font, lighter
no border no shadow
make more compact
*/
justify-content: flex-start;
background-color: transparent;
box-shadow: none;
}
.selected {
border: 1px solid #585BE9;
}
.sidebar {
margin-right: 4rem;
}
|