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 +++++---- templates/openring.html | 8 +++----- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'templates') 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 { diff --git a/templates/openring.html b/templates/openring.html index 37776ab..38ef7f2 100644 --- a/templates/openring.html +++ b/templates/openring.html @@ -3,12 +3,10 @@ -

- Generated with openring. -

+

Generated with openring.

-- cgit v1.2.3