From 0b46f1e7f47a7631c00692ec32ad85f78ba64f4c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 21 Oct 2024 20:57:53 +0200 Subject: Added projects page --- templates/base.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index fa8c0ae..634841d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -163,14 +163,16 @@ pre code span { display: initial!important; } } - @media only screen and (max-width: 800px) { + @media only screen and (max-width: 720px) { /* Responsive tables. */ table { display: block; overflow-y: auto; } - section.quick-jump { grid-template-columns: 1fr; } + .hide-on-mobile { display: none; } + + section.quick-jump { display: none; } } @@ -179,10 +181,11 @@
-- cgit v1.2.3