Martín Santillán Cooper
look & feel improvements
d892a20
raw
history blame
591 Bytes
.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;
}