mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 22:07:09 +00:00
8 lines
108 B
CSS
8 lines
108 B
CSS
:root {
|
|
--navbar-height: 32px;
|
|
}
|
|
|
|
#navbar-logo {
|
|
height: var(--navbar-height);
|
|
display: block;
|
|
} |