Internal: Fix setup headers size

This commit is contained in:
Molkobain
2020-01-27 14:54:15 +01:00
parent e05b3a5fb9
commit 71708cfbc7
2 changed files with 6 additions and 6 deletions

View File

@@ -60,11 +60,11 @@ h1 {
}
h2 {
color: #1A202C;
font-size: 14pt;
font-size: 12pt;
}
h3 {
color: #1C94C4;
font-size: 12pt;
font-size: 11pt;
font-weight: bold;
}
a {
@@ -247,7 +247,7 @@ fieldset > legend {
padding-bottom: 7px;
width: 100%;
color: #3C3C3C;
font-size: 12pt;
font-size: 11pt;
font-weight: bold;
border-bottom: 1px solid #D2D2D2;
}