From 11925f8c4f4180e5d7f710122144118811d73763 Mon Sep 17 00:00:00 2001 From: Snorre Date: Tue, 25 Mar 2025 11:14:07 +0100 Subject: [PATCH] sutff --- public/index.html | 8 ++++---- public/posts/index.html | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 8baca06..f3d617b 100644 --- a/public/index.html +++ b/public/index.html @@ -29,12 +29,12 @@

Projects I've finished

diff --git a/public/posts/index.html b/public/posts/index.html index 026ab09..e1cfb67 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -12,6 +12,10 @@ "footer2 footer" ; grid-template-columns: 1fr 1fr; + } + + #content>.content { + font-size: 1.5em; max-width: 75ch; }