add: article view

View for blog articles, with date filter
This commit is contained in:
webfussel 2025-06-12 14:15:45 +02:00
parent 9abd595b49
commit f1cb4048a4
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,10 @@
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
h1 {
font-size: 2rem;
}
& .image { & .image {
width: 100%; width: 100%;
height: 450px; height: 450px;

View file

@ -1,4 +1,3 @@
.Excerpt { .Excerpt {
font-size: 1.5rem;
font-style: italic; font-style: italic;
} }