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

@@ -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;