mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16476 from overleaf/mf-features-card-list
Website-redesign: Introduce `features-card-description-list` to differentiate whether the features-card have a list or a plain text as a description GitOrigin-RevId: ee1470d6100487706067c05d1c9f08d22a7903f0
This commit is contained in:
parent
d227dfba0c
commit
ff965e11fe
1 changed files with 17 additions and 12 deletions
|
@ -164,20 +164,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.features-card-description {
|
.features-card-description,
|
||||||
|
.features-card-description-list {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|
||||||
h3.features-card-ul-title {
|
|
||||||
font-size: 1.875rem;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3.features-card-title {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
|
@ -230,6 +220,21 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.features-card-description {
|
||||||
|
h3 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
line-height: 1.4;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-card-description-list {
|
||||||
|
h3 {
|
||||||
|
font-size: 1.875rem;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-image-cards {
|
.top-image-cards {
|
||||||
|
|
Loading…
Reference in a new issue