feature h2 - p mobile style

pull/42/head
JT 12 years ago
parent 21d9417e2e
commit 1753704eab

@ -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{
}
}

@ -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;
}

Loading…
Cancel
Save