feature h2 - p mobile style

This commit is contained in:
JT 2014-07-23 18:26:26 -07:00
parent 21d9417e2e
commit 1753704eab
2 changed files with 32 additions and 0 deletions

View File

@ -491,4 +491,24 @@
}
}
@media (max-width: 320px) {
.feature{
h2{
text-align: center;
font-size: 28px !important;
line-height: 34px;
overflow: hidden;
}
p{
text-align: center !important;
padding: 0 !important;
}
}
#demos{
}
#cta{
}
}

View File

@ -1020,6 +1020,18 @@ body.page-home #footer {
margin-bottom: 15px;
}
}
@media (max-width: 320px) {
.feature h2 {
text-align: center;
font-size: 28px !important;
line-height: 34px;
overflow: hidden;
}
.feature p {
text-align: center !important;
padding: 0 !important;
}
}
.people {
margin-top: 30px;
}