Changes between Initial Version and Version 1 of Ticket #5353, comment 3
- Timestamp:
- 08/05/2020 01:07:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5353, comment 3
initial v1 1 1 I think changing the size from the `html` tag is one option but we could also adjust this directly on the `<p>` tag that might have less side-effects and be an easier solution. 2 2 3 A style rule exists in the style.css file that sets font size on `p`, `ul` and `ol` to a font-size of 1.05em. If we adjust it to 1.25em that gets us to about 16p mwithout causing too many other problems (the main `.make-welcome` bar does end up with text too large but I think that can be accounted for easily).3 A style rule exists in the style.css file that sets font size on `p`, `ul` and `ol` to a font-size of 1.05em. If we adjust it to 1.25em that gets us to about 16px without causing too many other problems (the main `.make-welcome` bar does end up with text too large but I think that can be accounted for easily). 4 4 5 5 {{{