15 lines
252 B
CSS
15 lines
252 B
CSS
span.guilabel {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.nw-sidebar-title {
|
|
height: unset;
|
|
max-height: unset;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
gap: .25rem;
|
|
font-size: 1.25rem;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|