From 05b6566808f972750215e20ab0d8aa2424fd184d Mon Sep 17 00:00:00 2001 From: blankie Date: Wed, 27 Dec 2023 09:41:40 +1100 Subject: [PATCH] Fix time being aligned to the left when the width is small enough https://hachyderm.io/@JessTheUnstill@infosec.exchange/111053322542412484 --- routes/css.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/css.cpp b/routes/css.cpp index d65b648..35acfd8 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -109,6 +109,7 @@ svg { } .post-header time { padding-left: 1em; + text-align: right; } .post-time_header { margin-left: auto;