From 358f9f08ea632f84d857f22022ff580fefc0b6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 11 Dec 2022 21:55:00 +0100 Subject: [PATCH] Hide stuff when on mobile phones --- discord_rss_bot/templates/base.html | 4 ++-- discord_rss_bot/templates/nav.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html index 030ae10..6f10384 100644 --- a/discord_rss_bot/templates/base.html +++ b/discord_rss_bot/templates/base.html @@ -17,8 +17,8 @@
{% block content %}{% endblock %}