From 326c5ac977080ba33afcdc563fad68ce1602a122 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 31 May 2024 16:57:07 +0200 Subject: Simplified template --- templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index b112df4..c9030d1 100755 --- a/templates/base.html +++ b/templates/base.html @@ -78,8 +78,8 @@ code { font-family: monospace; - font-size: 14px; - padding: 2px 5px; + font-size: 13px; + padding: 2px 4px; background: var(--inline-code-background)!important; } @@ -105,6 +105,7 @@ } img, video, audio, table { + width: 800px; max-width: 100%; } -- cgit v1.2.3