From c9f5012f102c5270d27206aca957b2ee16fe04f8 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 23 Nov 2022 22:35:20 +0100 Subject: Fix: nord theme mobile (#4892) * fix * fixed: background color of theme slider properties * fixed: padding in mobile view + merge mobile view code * fix favicon position in mobile view --- p/themes/BlueLagoon/BlueLagoon.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 13f0b1a1e..56e43bf04 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -106,7 +106,6 @@ form th { .form-group .group-name { padding: 10px 0; - text-align: right; } .form-group .group-controls { @@ -1104,7 +1103,6 @@ a.btn { @media screen and (max-width: 840px) { .form-group .group-name { padding-bottom: 0; - text-align: left; } .header { -- cgit v1.2.3