Interface tweaks

This commit is contained in:
Mike Young
2019-11-29 21:41:23 -05:00
parent 7093a92ec3
commit df840557b1
3 changed files with 38 additions and 7 deletions

View File

@@ -10,9 +10,8 @@ body{
grid-template-areas: "app_header"
"app_body"
"app_footer";
grid-template-rows: auto 90vh 5vh;
grid-template-rows: auto 84vh auto;
max-height: 100%;
position: relative;
}
.clear{
clear: both;
@@ -65,7 +64,7 @@ body{
.app_slogan{
grid-area: slogan;
margin: 0;
fontsize: 18px;
font-size: 18px;
font-family: 'Gruppo', cursive;
text-align: center;
}
@@ -75,12 +74,11 @@ body{
grid-template-rows: auto;
grid-template-areas: "shelf";
justify-items: center;
overflow: scroll;
overflow-y: scroll;
background-color: dimgray;
}
.app_footer{
position: fixed;
bottom: 0px;
grid-area: app_footer;
min-width: 100%;
background-color: #2b2b2b;
margin: 0px;