From d7b82e2475affe8a6521b7fd5b79470836697a85 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 19:37:54 +0200 Subject: Fixed mobile code blocks where font sizes were all over the place --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 6fa25b7..d646154 100755 --- a/templates/base.html +++ b/templates/base.html @@ -85,7 +85,7 @@ code { font-family: monospace; - font-size: 14px; + font-size: 13px; padding: 2px 4px; background: var(--inline-code-background)!important; } -- cgit v1.2.3