plateforme-corres2math/assets/style.css

9 lines
109 B
CSS

:root {
--navbar-height: 32px;
}
#navbar-logo {
height: var(--navbar-height);
display: block;
}