From 37cfec907460f0bd35c57d878137d344a7118472 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Feb 2025 16:06:44 +0100 Subject: Update to style --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index aba681f..7d9ab07 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ code { background: #f5f5f5; } table { width: 100%; } figure { margin: 0; } - .two-columns { display: flex; gap: 5em; } + .two-columns { display: flex; gap: 3em; } @media only screen and (max-width: 720px) { body { display: block; } main { margin: 1em 0; } -- cgit v1.2.3