mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-01-09 17:02:21 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
:root {
|
|
--navbar-height: 32px;
|
|
}
|
|
|
|
#navbar-logo {
|
|
height: var(--navbar-height);
|
|
display: block;
|
|
}
|