[wp-meta] [Making WordPress.org] #5353: Increase base font-size on make blogs
Making WordPress.org
noreply at wordpress.org
Wed Aug 5 12:28:35 UTC 2020
#5353: Increase base font-size on make blogs
--------------------------------------+---------------------
Reporter: williampatton | Owner: (none)
Type: task | Status: new
Priority: normal | Milestone:
Component: Make (Get Involved) / P2 | Resolution:
Keywords: needs-design |
--------------------------------------+---------------------
Comment (by williampatton):
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.
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 16pm 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).
{{{
p, ul, ol {
font-size: 1.25em;
line-height: 1.6;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5353#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list