feat: add news detail design

This commit is contained in:
2024-12-16 21:44:44 +01:00
parent 2ae28cbd87
commit 2604436c7c
9 changed files with 164 additions and 14 deletions

View File

@@ -24,11 +24,16 @@ h1, h2 {
font-family: 'Hajime Sans', sans-serif;
color: var(--bs-primary);
font-weight: 400;
line-height: 1;
}
h1 {
text-align: center;
font-size: 4.5rem;
font-size: 3rem;
@media (min-width: $breakpoint-md) {
font-size: 4.5rem;
}
}
h1 span.tapered {
background-size: 100% 15%;