mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Reduce font-size and line-height for interstitial page mobile table price (for light-design variant)
GitOrigin-RevId: f227346c6a45bb7352caa9aa15d16788bc115df0
This commit is contained in:
parent
8a7db8ccd5
commit
9ed8b82acc
1 changed files with 11 additions and 0 deletions
|
@ -1295,4 +1295,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.plans-page
|
||||
.plans-table-price-row
|
||||
.plans-table-price-container
|
||||
.plans-table-price
|
||||
span {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: var(--font-size-05);
|
||||
line-height: var(--line-height-05);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue