mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 04:12:01 +02:00
.cta (promo/offers)
This commit is contained in:
committed by
GitHub
parent
cb6ed323b9
commit
b3fc435b6a
@@ -2344,13 +2344,15 @@ CV / News
|
|||||||
.cta {
|
.cta {
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.number,
|
.number,
|
||||||
.cta .benefit {
|
.cta .benefit {
|
||||||
padding: .8rem;
|
padding: .8rem;
|
||||||
|
max-width: 100%;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
@@ -2358,18 +2360,19 @@ CV / News
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.number,.cta .benefit {
|
.number {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta .benefit {
|
.cta .benefit {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.number span {
|
.number span {
|
||||||
font-size: 8rem;
|
font-size: 8rem;
|
||||||
line-height: 8rem;
|
line-height: 8rem;
|
||||||
display: block;
|
display: block
|
||||||
}
|
}
|
||||||
|
|
||||||
.number span sup {
|
.number span sup {
|
||||||
@@ -2381,7 +2384,6 @@ CV / News
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
||||||
.number,
|
.number,
|
||||||
.cta .benefit {
|
.cta .benefit {
|
||||||
padding: 4.8rem;
|
padding: 4.8rem;
|
||||||
|
Reference in New Issue
Block a user