percent box font fix

This commit is contained in:
ReznoRMichael 2021-08-04 15:16:35 +02:00
parent 0959079dad
commit 20f8faf761
3 changed files with 7 additions and 3 deletions

View file

@ -228,7 +228,7 @@ h1 {
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
font-size: 1.2rem; font-size: 1.2rem;
margin-bottom: 1rem; margin: 0 0 1rem 0;
line-height: 1.5rem; line-height: 1.5rem;
} }
@ -955,8 +955,10 @@ input[type="radio"]:focus:not(:focus-visible) + label {
.percent-box { .percent-box {
display: inline-block; display: inline-block;
font-family: 'Heebo', sans-serif;
text-align: center; text-align: center;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 700;
vertical-align: middle; vertical-align: middle;
color: #d9f3ff; color: #d9f3ff;
margin: 0 0.5rem 0rem 0.5rem; margin: 0 0.5rem 0rem 0.5rem;

File diff suppressed because one or more lines are too long

View file

@ -120,7 +120,7 @@ h1 {
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
font-size: 1.2rem; font-size: 1.2rem;
margin-bottom: 1rem; margin: 0 0 1rem 0;
line-height: 1.5rem; line-height: 1.5rem;
} }
@ -847,8 +847,10 @@ input[type="radio"]:focus:not(:focus-visible) + label {
.percent-box { .percent-box {
display: inline-block; display: inline-block;
font-family: 'Heebo', sans-serif;
text-align: center; text-align: center;
font-size: 1.1rem; font-size: 1.1rem;
font-weight: 700;
vertical-align: middle; vertical-align: middle;
color: #d9f3ff; color: #d9f3ff;
margin: 0 0.5rem 0rem 0.5rem; margin: 0 0.5rem 0rem 0.5rem;