summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-06-04 23:46:22 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-06-04 23:46:32 +0200
commit028382476218e83676197cfbc6068d6fe5f2ef1c (patch)
tree570a9e0f740dc2766c3112c3af5d7a9f55452696 /themes
parentfbbb5ff452f81a8aa9f362636d9a58788ec59781 (diff)
themes: elenq-pelican: header dates align to rightHEADmaster
Diffstat (limited to 'themes')
-rw-r--r--themes/elenq/static/css/elenq-pelican.css3
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;
}