From c69b3e0110336e6f37ccef77566c56bc6a3b58d0 Mon Sep 17 00:00:00 2001 From: Thomas Pohl Date: Thu, 6 Apr 2023 16:58:50 +0200 Subject: [PATCH] Fix padding of title in mobile view --- src/web/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/html/style.css b/src/web/html/style.css index ca4b0c9a..f9ac25a1 100644 --- a/src/web/html/style.css +++ b/src/web/html/style.css @@ -92,7 +92,7 @@ svg.icon { .title { background-color: var(--primary); color: #fff !important; - padding-left: 80px !important + padding: 15px 14px 16px 80px !important } .topnav .icon span {