add: category, date sorting

Add category layouts and date sorting
This commit is contained in:
webfussel 2025-06-12 09:08:21 +02:00
parent 91b59e4ebe
commit 9b66a79a8c
17 changed files with 2495 additions and 17729 deletions

View file

@ -290,7 +290,7 @@ span.chip {
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
}
@ -325,7 +325,7 @@ span.chip {
}
@media (width <= 780px) {
h1, h2, h3, h4, h5, h6, p {
h1, h2, h3, h4, h5, h6, p, small {
text-align: center;
}
}