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

This commit is contained in:
2023-09-01 15:09:15 +00:00
parent 9a4270e4dd
commit f3a22c7543
3 changed files with 34 additions and 9 deletions

View File

@@ -124,7 +124,7 @@
padding: 0 5%; padding: 0 5%;
font-weight: 500; font-weight: 500;
h1 { h1 {
font-size: 2rem; font-size: 2.2rem;
padding: 10px 0px 0px 0px; padding: 10px 0px 0px 0px;
@media @tablet { @media @tablet {
padding: 20px 0px; padding: 20px 0px;
@@ -136,7 +136,7 @@
} }
h2 { h2 {
font-size: 1rem !important; font-size: 0.9rem !important;
@media @tablet { @media @tablet {
font-size: 1.6rem !important; font-size: 1.6rem !important;
} }
@@ -162,13 +162,13 @@
.titles { .titles {
font-weight: 500; font-weight: 500;
h1 { h1 {
font-size: 3.4rem; font-size: 3.5rem;
padding: 20px 20px; padding: 20px 20px;
margin: 20px 0px 40px 0px; margin: 20px 0px 40px 0px;
font-weight: 500; font-weight: 500;
} }
h2 { h2 {
font-size: 1.5rem; font-size: 1.3rem;
} }
font-weight: 500; font-weight: 500;
} }

View File

@@ -120,10 +120,22 @@
} }
h3 { h3 {
font-weight: 500; font-weight: 500;
margin-bottom: 15px;
@media @tablet {
margin-bottom: 0px;
}
}
h2 {
font-weight: 500;
font-size: 1.7rem !important;
}
h1 {
font-weight: 500;
font-size: 2.2rem;
} }
@media @tablet { @media @tablet {
h3 { h3 {
font-size: 1.2rem; font-size: 1.3rem;
display: flex; display: flex;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
@@ -136,14 +148,22 @@
} }
} }
h2 { h2 {
font-size: 2.3rem; font-size: 2rem !important;
font-weight: 500; font-weight: 500;
} }
h1 { h1 {
font-size: 5rem; font-size: 3.5rem;
font-weight: 500; font-weight: 500;
} }
} }
@media @desktop {
h2 {
font-size: 2.3rem !important;
}
h1 {
font-size: 5rem;
}
}
.row { .row {
padding-top: 40px; padding-top: 40px;
@@ -186,7 +206,7 @@
font-size: 0.7rem; font-size: 0.7rem;
} }
.nmh3 { .nmh3 {
font-size: 1rem; font-size: 0.9rem;
@media @tablet { @media @tablet {
font-size: 1.6rem; font-size: 1.6rem;
} }

View File

@@ -54,14 +54,19 @@
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
gap: 20px; gap: 20px;
button { button {
background-color: @bg-color; background-color: @bg-color;
color: @font-color; color: @font-color;
height: 36px;
padding: 2px 15px; padding: 2px 15px;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
font-size: 0.7rem;
@media @tablet {
font-size: initial;
}
} }
.row-ref { .row-ref {