Add list page

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-08 16:14:18 +02:00
parent a7d1faa0a8
commit 8e240134b0
6 changed files with 120 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
$width-mobile: 30rem;
$width-content: 45rem;
$width-max: 60rem;
$width-wide: 75rem;
@import "colors";
@import "fonts";
@@ -9,8 +9,9 @@ $width-max: 60rem;
@import "heading";
@import "image";
@import "list";
@import "header";
@import "posts";
@import "content";
@import "hero";
@import "footer";