summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/post.css
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-01 21:18:58 +0200
committerElias Haugsbakk <[email protected]>2026-07-02 00:11:30 +0200
commit19c9cb227b343377853321e2cdc4285b2ea23e3a (patch)
tree697b1784c0e50b7d84a0ef8dcf2cfbba8e4357bc /clams-server/src/main/resources/public/css/post.css
parent5b1e3672a1e6d9f7b54ed4267e8715f5dc3bb55a (diff)
implement blog index page with featured and all posts
Diffstat (limited to 'clams-server/src/main/resources/public/css/post.css')
-rw-r--r--clams-server/src/main/resources/public/css/post.css11
1 files changed, 0 insertions, 11 deletions
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;