OpenSourceOrg / dotOrg

Public tracker of opensource.org issues
GNU General Public License v3.0
7 stars 1 forks source link

All paragraphs are small #16

Closed nickvidal closed 6 months ago

nickvidal commented 10 months ago

Description

We noticed recently that all paragraphs are really small. We found this CSS to be at fault (common.min.css):

.wp-die-message, p { font-size: 13px;

Where it should be:

.wp-die-message p { font-size: 13px;

No comma before "p". That extra comma is affecting all paragraphs.

Would you be able to help us please?

Steps to reproduce

No response

What you expected to happen

No response

What actually happened

No response

Darruiz commented 9 months ago

CSS code snippet. Description of the issue. Suggested CSS correction. Request for assistance. Steps to reproduce (if applicable). Expected outcome. Actual outcome.

nickvidal commented 9 months ago

Hi Darruiz,

I had to add a custom CSS to override the 13px font size for paragraphs defined on common.min.css

Please see screenshot attached.

Screenshot from 2023-09-13 10-33-14

Thanks