From 644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 18:58:00 +0200 Subject: Simplified template --- templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 4689ecc..bc85947 100755 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@ } body { - padding: 1rem; + padding: 1em; background: white; line-height: 1.3; font-family: sans-serif; @@ -138,7 +138,6 @@ @media only screen and (max-width: 600px) { body { - padding: 0.5em; word-wrap: break-word; } -- cgit v1.2.3