From 19c9cb227b343377853321e2cdc4285b2ea23e3a Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 1 Jul 2026 21:18:58 +0200 Subject: implement blog index page with featured and all posts --- clams-server/src/main/resources/public/css/post.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'clams-server/src/main/resources/public/css/post.css') diff --git a/clams-server/src/main/resources/public/css/post.css b/clams-server/src/main/resources/public/css/post.css index 0c8391c..e905cbc 100644 --- a/clams-server/src/main/resources/public/css/post.css +++ b/clams-server/src/main/resources/public/css/post.css @@ -1,5 +1,3 @@ -/* post.css - specific styles for blog posts */ - .post-header { display: flex; justify-content: space-between; @@ -45,15 +43,6 @@ border-top: 1px dashed var(--border-color); } -.prev-post, .next-post { - font-size: 1rem; - text-decoration: none; -} - -.prev-post:hover, .next-post:hover { - text-decoration: underline; -} - @media (max-width: 600px) { .post-header { flex-direction: column; -- cgit v1.2.3