diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-06 21:12:40 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-06 21:12:40 +0200 |
| commit | 463c202d80f57efb8e46bab4ee4ad7038444b25d (patch) | |
| tree | 1b1675a02f57ad720a0ffbab5e99d80e2763d8f4 /clams-server/src/main/resources/public/css/post.css | |
| parent | 05f77926b147fe3a849eb1dbeeed2afcf97ad866 (diff) | |
implement post searching
Diffstat (limited to 'clams-server/src/main/resources/public/css/post.css')
| -rw-r--r-- | clams-server/src/main/resources/public/css/post.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clams-server/src/main/resources/public/css/post.css b/clams-server/src/main/resources/public/css/post.css index 8c4b91d..6a237e1 100644 --- a/clams-server/src/main/resources/public/css/post.css +++ b/clams-server/src/main/resources/public/css/post.css @@ -1,6 +1,7 @@ .post-header { display: flex; justify-content: space-between; + margin-top: 45px; margin-bottom: 40px; font-size: 0.9rem; opacity: 0.7; @@ -39,8 +40,9 @@ border-top: 1px dashed var(--border-color); } -@media (max-width: 600px) { +@media (max-width: 768px) { .post-header { + margin-top: 10px; flex-direction: column; align-items: center; gap: 10px; |
