diff options
Diffstat (limited to 'clams-server/src/main/resources/public/css/post.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/post.css | 11 |
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; |
