Changes between Initial Version and Version 1 of Ticket #52028, comment 3
- Timestamp:
- 12/10/2021 06:09:58 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52028, comment 3
initial v1 3 3 When editing the font size, at least in this theme, the line-height and margin values should change as well. 4 4 5 The values for 20px and 18px are already in the stylesheet: 5 6 {{{ 6 7 font-size: 20px; … … 17 18 margin-bottom: 1.3333em; 18 19 }}} 20 21 And this is an option for 16px: 19 22 {{{ 20 23 font-size: 16px;