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

View File

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

View File

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