Update directory structure in WebHostLib

This commit is contained in:
Chris Wilson
2020-08-02 19:10:42 -04:00
parent 22abd09087
commit 8e8bce4d9a
29 changed files with 30 additions and 26 deletions

View File

@@ -0,0 +1,35 @@
#landing-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
#landing{
margin-right: 0.5em;
margin-bottom: 0.5em;
}
#landing-header-links{
width: 100%;
text-align: center;
margin: 0;
}
#landing-header-links a{
margin-left: 1em;
margin-right: 1em;
}
#landing-buttons{
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
margin-top: 1rem;
margin-bottom: 1rem;
}
iframe{
border: none;
}