Added style for landing page and fixed footer style

This commit is contained in:
Chris Wilson
2020-11-30 21:54:33 -05:00
parent bd3b419de0
commit 660a65208f
4 changed files with 17 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
height: 66px;
padding-left: 0.5rem;
line-height: 30px;
position: absolute;
position: fixed;
bottom: 0;
left: 0;
}

View File

@@ -6,13 +6,13 @@
}
#landing{
margin-right: 0.5em;
margin-bottom: 0.5em;
width: 820px;
min-height: 440px;
}
#landing-header-links{
width: 100%;
#landing-header{
text-align: center;
width: 100%;
margin: 0;
}
@@ -31,5 +31,12 @@
}
iframe{
margin-left: 0.5rem;
border: none;
}
@media only screen and (max-width: 1300px) {
iframe{
display: none;
}
}