mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #19983 from overleaf/ds-features-table-header-fix
Plans page - fixing the features table header padding GitOrigin-RevId: 6dd64493a0ad2b7e6c2778f82f79357b3bb65df4
This commit is contained in:
parent
ac91544752
commit
1184df03cc
1 changed files with 3 additions and 0 deletions
|
@ -859,6 +859,7 @@
|
||||||
.plans-features-table-header-item-mobile {
|
.plans-features-table-header-item-mobile {
|
||||||
width: 33%;
|
width: 33%;
|
||||||
min-width: 114px;
|
min-width: 114px;
|
||||||
|
padding: unset;
|
||||||
|
|
||||||
.plans-features-table-header-item-content-mobile {
|
.plans-features-table-header-item-content-mobile {
|
||||||
margin-bottom: var(--spacing-08);
|
margin-bottom: var(--spacing-08);
|
||||||
|
@ -879,6 +880,7 @@
|
||||||
.plans-features-table-header-item-title-mobile {
|
.plans-features-table-header-item-title-mobile {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
font-size: var(--font-size-03);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -886,6 +888,7 @@
|
||||||
color: var(--neutral-90);
|
color: var(--neutral-90);
|
||||||
line-height: var(--line-height-03);
|
line-height: var(--line-height-03);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-size: var(--font-size-03);
|
||||||
}
|
}
|
||||||
|
|
||||||
.plans-features-table-header-item-price-mobile {
|
.plans-features-table-header-item-price-mobile {
|
||||||
|
|
Loading…
Reference in a new issue