diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-06-04 23:46:22 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-06-04 23:46:32 +0200 |
commit | 028382476218e83676197cfbc6068d6fe5f2ef1c (patch) | |
tree | 570a9e0f740dc2766c3112c3af5d7a9f55452696 /themes | |
parent | fbbb5ff452f81a8aa9f362636d9a58788ec59781 (diff) |
Diffstat (limited to 'themes')
-rw-r--r-- | themes/elenq/static/css/elenq-pelican.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css index 9f7fc1b..92f5dec 100644 --- a/themes/elenq/static/css/elenq-pelican.css +++ b/themes/elenq/static/css/elenq-pelican.css @@ -54,6 +54,9 @@ li{ flex-wrap: nowrap; align-items: baseline; } + .hentry header time { + text-align: right; + } .published{ font-style: normal; } |