diff --git a/myuw-root-webapp/src/main/webapp/webapp.css b/myuw-root-webapp/src/main/webapp/webapp.css index c802283c87270eaacad681b44f4a03d2c32f7465..5dd71e6bfdc0b60d559a95ef5757bbb5570191b6 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; }