From 7785702fe6fbace55c6aa43362abb63d1bad67b5 Mon Sep 17 00:00:00 2001 From: Yaco Date: Wed, 20 Oct 2021 07:14:06 -0300 Subject: removes lang button in responsive mode --- style.less | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.less') diff --git a/style.less b/style.less index dadce3d..881c9b4 100644 --- a/style.less +++ b/style.less @@ -82,3 +82,13 @@ div#p-logo { .leaflet-marker-icon span { color: white; } + + +// ***************** RESPONSIVE + +@media (max-width: 767px) +{ + div#p-logo { + padding: 5px 0 0 20px !important; + } +} -- cgit v1.2.1