Fix height min height of all pages

This commit is contained in:
U-P231-ELECTROLL\gener
2020-05-16 12:05:04 +04:00
parent 37e0162676
commit 9c0c5b5a95
2 changed files with 5 additions and 2 deletions

View File

@@ -238,11 +238,14 @@ section {
background: white;
margin: auto;
width: 820px;
min-height: calc(100% - 94px);
min-height: calc(100% - 98px);
z-index: 10;
padding: 15px;
text-align: justify;
}
section#index {
min-height: calc(100% - 98px - 320px);
}
section h1 {
font-weight: 300;