Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #63143, comment 2


Ignore:
Timestamp:
03/21/2025 05:58:54 PM (14 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63143, comment 2

    v3 v4  
    2121
    2222=== Additional Notes
    23 - The frontend `margin-bottom` is `1rem`, not `1.375rem`. Not a big deal, but technically, we are looking to harmonize both views. Should we normalize the base size in the editor to `22px` to get the same px with 1rem in for both results?
     23- The frontend `margin-bottom` is `1rem`, not `1.375rem`. Not a big deal, but technically, we are looking to harmonize both views. Should we normalize the base size in the editor to `22px` to get the same px with 1rem in for both results? For example by adding to set the same px standard as the front-end view.
     24{{{
     25html {
     26    font-size: 22px;
     27}
     28}}}