Fix header and footer positioning

This commit is contained in:
Chris Wilson
2020-12-01 16:44:24 -05:00
parent c343c5fcef
commit f38f6cc33a
9 changed files with 53 additions and 31 deletions
+13 -21
View File
@@ -1,13 +1,9 @@
#landing-wrapper{
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
}
#landing{
width: 860px;
min-height: 320px;
margin-top: 50px;
}
#landing-header{
@@ -31,20 +27,16 @@
font-kerning: none;
}
#landing-header-links{
padding-bottom: 10px;
}
#landing-header-links a{
margin-bottom: 10px;
margin-left: 1em;
}
#landing-buttons{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: auto;
margin-right: auto;
height: 50px;
}
#landing{
width: 860px;
min-height: 320px;
margin-left: auto;
margin-right: auto;
}