feat: design changes
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m44s
Build / switch-stage (push) Successful in 1m58s

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 {