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

This commit is contained in:
2023-09-01 12:09:35 +00:00
parent 769fd1296c
commit 157e667227
13 changed files with 56 additions and 23 deletions

View File

@@ -120,7 +120,7 @@
.titles {
padding: 0 5%;
font-weight: normal;
font-weight: 500;
h1 {
font-size: 2rem;
padding: 20px 0px;
@@ -132,6 +132,7 @@
h2 {
font-size: 1.2rem !important;
line-height: 1;
font-family: "Libre Franklin", sans-serif;
}
}
.description {
@@ -146,10 +147,10 @@
min-width: 0px;
}
}
@media @tablet {
.titles {
font-weight: normal;
font-weight: 500;
h1 {
font-size: 3.4rem;
padding: 20px 20px;
@@ -175,7 +176,7 @@
@media @desktop {
.titles {
font-weight: normal;
font-weight: 500;
h1 {
font-size: 5rem;
padding: 20px 0px;