From 67921ddfaa21af54401f0eb3ccd629e15989db6e Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Fri, 26 May 2023 17:59:46 +0200 Subject: [PATCH] remove js --- sass/css/header.scss | 9 +++++++-- templates/base.html | 20 ++++++++++++-------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/sass/css/header.scss b/sass/css/header.scss index b75d06e..3dfc6d7 100644 --- a/sass/css/header.scss +++ b/sass/css/header.scss @@ -43,13 +43,13 @@ header { } } -@media (min-width: 1024px) { +@media (min-width: 768px) { .phone-only { display: none; } } -@media (max-width: 1023px) { +@media (max-width: 767px) { .menu-phone { position: absolute; top: 0; @@ -81,4 +81,9 @@ header { } +summary { + list-style: none; + +} + diff --git a/templates/base.html b/templates/base.html index fef2061..4e5d7d5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,17 @@

Librezo

- {% block body %}{% endblock body %}