Spaces:
Running
on
Zero
Running
on
Zero
File size: 591 Bytes
46a13bb d892a20 46a13bb d892a20 46a13bb d892a20 46a13bb d892a20 |
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
.title {
margin-top: 0.5rem;
margin-bottom: 0rem;
}
.title h1 {
font-weight: 100 !important;
}
.subtitle {
margin-bottom: -5px;
}
.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;
}
.column-gap {
gap: 2rem
}
.accordion-align span {
display: block;
text-align: left;
font-weight: 600 !important;
}
|