From cd8e0d19f542c7463707f5bcce329d8d55350314 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 22 Feb 2025 19:46:36 +0100 Subject: Changed listing on index --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index aff281e..3fbaf8e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,8 +19,8 @@ code { background: #f5f5f5; } table { width: 100%; } figure { margin: 0; } - .flow { max-width: 1100px; column-count: 2; column-gap: 20px; } - @media only screen and (max-width: 720px) { + .flow { max-width: 1100px; column-count: 2; column-gap: 1em; } + @media only screen and (max-width: 860px) { body { display: block; } main { margin: 1em 0; } .flow { column-count: 1; } -- cgit v1.2.3