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;

View file

@ -1318,7 +1318,8 @@ a.tag:hover {
font-size: .9em;
}
.row {
margin: 5.5em 10%;
/* margin: 5.5em 10%; */
margin: 5.5em auto;
padding: 0;
@media (max-device-width:480px), screen and (max-width:800px){
@ -1425,7 +1426,7 @@ a.tag:hover {
text-align: left;
}
h2 {
margin-left: 20px;
text-align: center;
}
p {
font-size: 1em;