From 345e2c76bfeaa986941bbca575d1f44c88a01b68 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Feb 2025 06:08:35 +0100 Subject: Update to index page --- templates/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index ab2bff4..183ff1e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,9 +18,11 @@ pre { background: #f5f5f5 !important; text-wrap: wrap; padding: 0.5em; } code { background: #f5f5f5; } table { width: 100%; } + .two-columns { display: flex; gap: 5em; } @media only screen and (max-width: 720px) { body { display: block; } main { margin: 1em 0; } + .two-columns { display: block; } .hide-on-mobile { display: none; } } /* Fixes embeds going to center. */ @@ -37,12 +39,12 @@ About -- cgit v1.2.3