Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52028, comment 3


Ignore:
Timestamp:
12/10/2021 06:09:58 AM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52028, comment 3

    initial v1  
    33When editing the font size, at least in this theme, the line-height and margin values should change as well.
    44
     5The values for 20px and 18px are already in the stylesheet:
    56{{{
    67        font-size: 20px;
     
    1718        margin-bottom: 1.3333em;
    1819}}}
     20
     21And this is an option for 16px:
    1922{{{
    2023        font-size: 16px;