Fix <p> font size

This commit is contained in:
2019-12-03 13:53:27 -06:00
parent 636f541568
commit e0cf57de2e
3 changed files with 6 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ p {
padding: 0;
margin: 0;
color: var(--text_color);
font-size: medium;
font-weight: bold;
font-size: var(--default_font_size);
font-weight: normal;
text-align: center;
}