Responsive css fixes

This commit is contained in:
Victoria Wang 2014-10-17 19:27:31 -07:00
parent 289e17134c
commit f09d0f12d3
3 changed files with 13 additions and 5 deletions

View file

@ -47,7 +47,7 @@ a{
} }
} }
.header-Outro .col-50{ .header-Outro .col{
@media (max-device-width:480px), screen and (max-width:800px){ @media (max-device-width:480px), screen and (max-width:800px){
float:none; float:none;
padding:0; padding:0;

View file

@ -47,6 +47,9 @@
} }
.hp { .hp {
.header-Outro { .header-Outro {
.row>.col {
padding-left: 0;
}
.col.intro { .col.intro {
width: 53%; width: 53%;
} }
@ -59,7 +62,7 @@
.intro-text { .intro-text {
color: #B8D375; color: #B8D375;
font-size: .9em; font-size: .9em;
margin-bottom: 1.6em; margin-bottom: 1.8em;
a { a {
color: #B8D375; color: #B8D375;
@ -140,7 +143,6 @@
overflow:hidden; overflow:hidden;
position:absolute; position:absolute;
top: -40px; top: -40px;
width:95%;
@media (max-device-width:480px), screen and (max-width:800px){ @media (max-device-width:480px), screen and (max-width:800px){
height:auto; height:auto;

View file

@ -13,7 +13,11 @@
} }
} }
.content, .footer-Content { .content, .footer-Content {
padding: 20px 2.5%; padding: 20px 3%;
@media screen and (min-width:1300px){
padding: 20px 0;
}
} }
.single-Col{ .single-Col{
max-width:800px; max-width:800px;
@ -792,6 +796,8 @@ a.tag:hover {
font-size: 1.7em; font-size: 1.7em;
text-align: center; text-align: center;
line-height: 150%; line-height: 150%;
max-width: 800px;
margin: 0 auto;
} }
.section h3 { .section h3 {
font-size: 1.4em; font-size: 1.4em;