more site design fixes

This commit is contained in:
Kyle Drake 2016-08-03 18:00:26 -07:00
parent 0fd68aafc0
commit a74f79aeae
2 changed files with 10 additions and 6 deletions

View file

@ -13,10 +13,6 @@
border-bottom: 0;
}
.row.header-Content.content {
padding-bottom: 31px;
}
.header-Content.content{
@media(max-device-width:480px), screen and (max-width:800px){
padding: 14px 5% 20px 5%;
@ -157,6 +153,13 @@
min-height:100px;
}
#createSiteForm {
position:relative;
@media (max-device-width:480px), screen and (max-width:800px){
margin-top: 30px;
}
}
.header-Outro .signup-Form{
background:#354751;
border-radius:4px 4px 0 0;