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:
M Fahru 2024-08-15 11:45:35 -07:00 committed by Copybot
parent ac91544752
commit 1184df03cc

View file

@ -859,6 +859,7 @@
.plans-features-table-header-item-mobile {
width: 33%;
min-width: 114px;
padding: unset;
.plans-features-table-header-item-content-mobile {
margin-bottom: var(--spacing-08);
@ -879,6 +880,7 @@
.plans-features-table-header-item-title-mobile {
display: flex;
flex-direction: column;
font-size: var(--font-size-03);
}
}
@ -886,6 +888,7 @@
color: var(--neutral-90);
line-height: var(--line-height-03);
font-weight: 600;
font-size: var(--font-size-03);
}
.plans-features-table-header-item-price-mobile {