Fix height min height of all pages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user