fixes
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
Robin Grenzdörfer 2023-09-01 12:11:46 +00:00
parent 157e667227
commit 82b9b6ec36

View File

@ -126,6 +126,7 @@
padding: 20px 0px; padding: 20px 0px;
margin: 10px 0px 20px 0px; margin: 10px 0px 20px 0px;
line-height: 1; line-height: 1;
font-weight: 500;
position: relative; position: relative;
} }
@ -133,6 +134,7 @@
font-size: 1.2rem !important; font-size: 1.2rem !important;
line-height: 1; line-height: 1;
font-family: "Libre Franklin", sans-serif; font-family: "Libre Franklin", sans-serif;
font-weight: 500;
} }
} }
.description { .description {
@ -155,10 +157,12 @@
font-size: 3.4rem; font-size: 3.4rem;
padding: 20px 20px; padding: 20px 20px;
margin: 20px 0px 40px 0px; margin: 20px 0px 40px 0px;
font-weight: 500;
} }
h2 { h2 {
font-size: 1.5rem; font-size: 1.5rem;
} }
font-weight: 500;
} }
.description { .description {
display: flex; display: flex;
@ -181,9 +185,11 @@
font-size: 5rem; font-size: 5rem;
padding: 20px 0px; padding: 20px 0px;
margin: 20px 0px 40px 0px; margin: 20px 0px 40px 0px;
font-weight: 500;
} }
h2 { h2 {
font-size: 1.6rem; font-size: 1.6rem;
font-weight: 500;
} }
} }