Martín Santillán Cooper
Basic functionality
46a13bb
raw
history blame
393 Bytes
.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;
}