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 ++++++---- templates/index.html | 49 +++++++++++++++++++++++++------------------------ 2 files changed, 31 insertions(+), 28 deletions(-) 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 diff --git a/templates/index.html b/templates/index.html index 28aa47e..ef31728 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,32 +14,33 @@ -
-

More long form, ramblings etc

- +
+

Small side projects I work/worked on

-- cgit v1.2.3