From 4e66ee27f18518c6c0238023a9b4fc4132c756bd Mon Sep 17 00:00:00 2001 From: Jonas Hess Date: Sun, 30 Jan 2022 14:36:53 +0100 Subject: [PATCH] another removal of the same unsuitable selector --- package/gluon-config-mode-theme/sass/gluon.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package/gluon-config-mode-theme/sass/gluon.scss b/package/gluon-config-mode-theme/sass/gluon.scss index fba8e4e0..c2a089c8 100644 --- a/package/gluon-config-mode-theme/sass/gluon.scss +++ b/package/gluon-config-mode-theme/sass/gluon.scss @@ -659,10 +659,3 @@ form > p { padding-left: 0; } } - -// X-Large devices (large desktops, 1200px and up) -@media (min-width: 1200px) { - #value-id\.1\.6\.map { - margin: 0; - } -}