mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
feature h2 - p mobile style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user