plateforme-corres2math/assets/style.css

9 lines
109 B
CSS
Raw Normal View History

2019-09-23 22:41:53 +00:00
:root {
--navbar-height: 32px;
}
2019-09-23 22:41:53 +00:00
#navbar-logo {
height: var(--navbar-height);
display: block;
}