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 --- layout.xml | 4 ++-- style.less | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/layout.xml b/layout.xml index 030b1de..fc25185 100644 --- a/layout.xml +++ b/layout.xml @@ -17,11 +17,11 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc - + 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