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

8 lines
108 B
CSS
Raw Normal View History

2019-09-09 00:58:53 +02:00
:root {
--navbar-height: 32px;
2019-08-21 22:56:46 +02:00
}
2019-09-09 00:58:53 +02:00
#navbar-logo {
height: var(--navbar-height);
2019-08-21 22:56:46 +02:00
display: block;
2019-09-09 00:58:53 +02:00
}