From b96b17d7d4e1557205cd91f582ae46265d6de632 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 18 Jul 2026 21:17:59 +1200 Subject: Start working on projects --- static/style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 26da776..64930b8 100644 --- a/static/style.css +++ b/static/style.css @@ -182,13 +182,6 @@ a { color: #f9e2af; } -.fastfetch-image { - width: 200px; - height: auto; - display: block; - border-radius: 4px; -} - .fastfetch-text p { margin: 0; padding: 0; @@ -295,3 +288,7 @@ a { .blog-date:hover { opacity: 1; } + +.blog-content { + text-align: left; +} -- cgit v1.2.3