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

This commit is contained in:
2023-09-01 14:50:43 +00:00
parent 8b955bdae6
commit 9a4270e4dd
4 changed files with 24 additions and 8 deletions

View File

@@ -112,8 +112,10 @@
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 20px;
@media @tablet {
align-items: center;
gap: initial;
}
width: 100%;
height: fit-content;
@@ -123,7 +125,10 @@
font-weight: 500;
h1 {
font-size: 2rem;
padding: 20px 0px;
padding: 10px 0px 0px 0px;
@media @tablet {
padding: 20px 0px;
}
margin: 10px 0px 20px 0px;
line-height: 1;
font-weight: 500;
@@ -131,7 +136,10 @@
}
h2 {
font-size: 1.6rem !important;
font-size: 1rem !important;
@media @tablet {
font-size: 1.6rem !important;
}
line-height: 1;
font-family: "Libre Franklin", sans-serif;
font-weight: 500;