Library css: Change header height to global variable

This commit is contained in:
Konstantinos Triantafyllou 2022-06-15 15:34:22 +03:00
parent 2b7e2d4cc0
commit 0e2c862e8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@import "library-css/import.css";
main {
min-height: calc(100vh - var(--navbar-height));
min-height: calc(100vh - var(--header-height));
}
/* theme */