1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-23 03:58:22 +02:00
This commit is contained in:
Yohann
2019-10-22 01:20:34 +02:00
parent b99e7586db
commit 8adad9d5f7
3 changed files with 30 additions and 10 deletions

View File

@ -1,7 +1,24 @@
html, body {
height: 100%;
margin: 0;
}
:root {
--navbar-height: 32px;
}
.container {
min-height: 78%;
}
footer {
text-align: center;
}
.inner {
margin: 20px;
}
#navbar-logo {
height: var(--navbar-height);
display: block;