From d554a5924d63d3e8ef68a8e573d9f266ff80d95e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 30 Oct 2023 14:42:34 +0100 Subject: Made the side more retro! --- templates/base.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 104c145..5b7fb12 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ - + {{ block "title" . }}{{ .Config.Title }}{{ end }} @@ -110,9 +110,10 @@ figcaption p { margin: 0.3em 0 0 0; } - - img, video, audio { - max-width: 100%; + + img, video, audio { + width: 800px; + max-width: 100%; } header { -- cgit v1.2.3