feat: design changes

This commit is contained in:
2024-12-16 14:09:03 +01:00
parent b03f3340b9
commit 06d2dddb1b
9 changed files with 64 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ body {
font-weight: 500;
}
h1, h2, h3 {
h1, h2 {
font-family: 'Hajime Sans', sans-serif;
color: var(--bs-primary);
font-weight: 400;
@@ -28,6 +28,7 @@ h1, h2, h3 {
h1 {
text-align: center;
font-size: 4.5rem;
}
h1 span.tapered {
background-size: 100% 15%;
@@ -37,11 +38,29 @@ h1 span.tapered {
}
h2 {
font-size: 4rem;
font-size: 2rem;
@media (min-width: $breakpoint-md) {
font-size: 3rem;
}
}
h3 {
font-size: 1.125rem;
font-weight: 600;
@media (min-width: $breakpoint-md) {
font-size: 1.5rem;
}
}
h4 {
font-size: 1.5rem;
font-size: 1.125rem;
font-weight: 600;
@media (min-width: $breakpoint-md) {
font-size: 1.5rem;
}
}
p {
@@ -49,9 +68,13 @@ p {
}
a {
color: var(--cl-primary);
color: var(--bs-primary);
text-decoration: none;
font-weight: 700;
&:hover {
color: var(--bs-primary-light)
}
}
button, .btn {

View File

@@ -25,6 +25,7 @@ $xl: 1200px;
--bs-primary: #233600;
--bs-yellow: #F5AE07;
--bs-primary-light: #4E5E32;
--bs-light-green: #F4F6EC;
--cl-primary: #233600;

View File

@@ -7,4 +7,8 @@
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
&:hover {
background-color: var(--bs-primary-light);
}
}

View File

@@ -110,11 +110,20 @@
mask-repeat: no-repeat;
mask-position: center;
background-color: currentColor;
vertical-align: middle;
/* vertical-align: middle; */
mask-image: url(../Icons/angle-right.svg);
}
}
time {
font-size: 0.75rem;
font-weight: 400;
@media (min-width: $breakpoint-md) {
font-size: 1rem;
}
}
h3 {
font-family: 'Inter', sans-serif;
font-size: 1.25rem;