From e562b773ba37f01b0175336db6308b729f7b6f02 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2024 20:45:13 +0200 Subject: Removed search options from index --- templates/base.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index c588e4f..0b26cbf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -129,9 +129,6 @@ } pre { margin-block-start: 1em; margin-block-end: 1em; } - - section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } - section.quick-jump input { font-family: sans-serif; } .promobox { margin-top: 1em; @@ -171,8 +168,6 @@ } .hide-on-mobile { display: none; } - - section.quick-jump { display: none; } } -- cgit v1.2.3