Feat: New blog article page.

This commit is contained in:
2025-08-16 16:01:06 +01:00
parent b1d34d951a
commit 39ec0cb7e8
58 changed files with 3504 additions and 2310 deletions

View File

@@ -88,6 +88,7 @@ body {
.hero {
padding: 8rem 2rem 4rem;
background: linear-gradient(45deg, var(--colour-page-background-1), var(--colour-page-background-2)); /* linear-gradient(45deg, #f8fafc, #eff6ff); */
margin-bottom: 2rem;
}
.hero-content {
max-width: 600px;
@@ -122,6 +123,7 @@ section.hero .button:hover {
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
margin-bottom: 2rem;
}
.featured-post:hover {
@@ -252,6 +254,7 @@ section.hero .button:hover {
padding: 0.2rem 0.6rem;
border-radius: 12px;
font-size: 0.8rem;
margin-left: 1vw;
}
.recent-posts {