feature h2 - p mobile style
This commit is contained in:
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;
|
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 {
|
.people {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue