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){
float:none;
padding:0;

View file

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

View file

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