From 7857fe634f3d3845e93c59c2647a066c2dfe085e Mon Sep 17 00:00:00 2001 From: Paulina Nogal <pnogal@wisc.edu> Date: Mon, 12 Feb 2024 09:30:12 -0600 Subject: [PATCH] Adjust paragraph and list font-size --- myuw-root-webapp/src/main/webapp/webapp.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/myuw-root-webapp/src/main/webapp/webapp.css b/myuw-root-webapp/src/main/webapp/webapp.css index c802283..5dd71e6 100644 --- a/myuw-root-webapp/src/main/webapp/webapp.css +++ b/myuw-root-webapp/src/main/webapp/webapp.css @@ -46,6 +46,11 @@ h5 { font-size: 18px; } +p, ul { + font-size: 18px; + line-height: 1.6; +} + .mr-main__content { padding: 0 15px; } -- GitLab