1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-27 01:27:09 +00:00
plateforme-tfjm2/assets/style.css

8 lines
108 B
CSS
Raw Normal View History

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