1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-02-06 18:53:01 +00:00

9 lines
109 B
CSS
Raw Normal View History

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