From 43372549c72c219586d18a73684411f67f72142c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 22 Dec 2022 04:12:25 +0000 Subject: [PATCH] Fixed edited margin --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 358ed09..4499a8e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1025,6 +1025,7 @@ form .post { .post .edited { font-weight: lighter; color: var(--color-text-duller); + margin-left: 64px; } .post .content { @@ -1350,6 +1351,7 @@ form .post { .post .content, .post .summary, + .post .edited, .post .actions { margin-left: 0; }