From 057be23acf19acae0683c59b0a346b411a04880a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 5 Aug 2023 13:41:36 +0200 Subject: Cleanup of posts --- templates/base.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index f5cb386..6e0e50e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -95,6 +95,19 @@ font-family: monospace; } + figure { + margin-inline-start: 0; + margin-inline-end: 0; + } + + figcaption { + text-align: center; + } + + figcaption p { + margin: 0.3em 0 0 0; + } + img, video, audio { max-width: 100%; } @@ -167,14 +180,14 @@ You can write me an email at m@mitjafelicijan.com or catch up with me on Telegram. + target="_blank">on Telegram.


This website does not track you. Content is made available under the CC BY 4.0 license unless specified + target="_blank" rel="noreferrer">CC BY 4.0 license unless specified otherwise. Blog is also available as RSS feed. + target="_blank">RSS feed.

-- cgit v1.2.3