From db141457db1844e7bf4caa5501e1f8a05fab6acd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Feb 2025 07:03:15 +0100 Subject: Update to style --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 183ff1e..aba681f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,6 +18,7 @@ pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } code { background: #f5f5f5; } table { width: 100%; } + figure { margin: 0; } .two-columns { display: flex; gap: 5em; } @media only screen and (max-width: 720px) { body { display: block; } -- cgit v1.2.3