Skip to content
Snippets Groups Projects
Verified Commit 41887892 authored by Jake's avatar Jake
Browse files

set main min-height

parent f6d57e9c
No related branches found
No related tags found
No related merge requests found
Pipeline #333498 canceled
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
--outline-color: #337AB7; --outline-color: #337AB7;
--col-width: auto; --col-width: auto;
--max-image-height: 60vh; --max-image-height: 60vh;
--min-main-height: 60vh;
} }
* { * {
...@@ -93,6 +94,9 @@ body > header img { ...@@ -93,6 +94,9 @@ body > header img {
display: inline-block; display: inline-block;
height: calc(var(--site-header-height) - 1rem); height: calc(var(--site-header-height) - 1rem);
} }
body > main {
min-height: var(--min-main-height);
}
#sitemenu-container { #sitemenu-container {
top: -0.3rem; top: -0.3rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment