summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/post.css
diff options
context:
space:
mode:
Diffstat (limited to 'clams-server/src/main/resources/public/css/post.css')
-rw-r--r--clams-server/src/main/resources/public/css/post.css4
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;