From 7eac5908615203ac042d33913d0189b8a267d9f5 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 19 Jun 2018 19:04:26 +0200 Subject: [PATCH] =?UTF-8?q?Se=20desactiva=20el=20men=C3=BA=20social=20del?= =?UTF-8?q?=20pie=20de=20p=C3=A1gina=20en=20anchos=20inferiores=20a=20400?= =?UTF-8?q?=20p=C3=ADxeles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 88563c2..73960a1 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -1315,6 +1315,7 @@ div.details { padding: 20px !important; } } #footer ul.social-menu { margin-right: 3.333333%; + padding-left: 0; } div.details { @@ -1363,6 +1364,11 @@ div.details { padding: 20px !important; } padding-left: 32px !important; } } +@media screen and (max-width: 399px) { + #footer ul.social-menu { + display: none; + } +} /**********************************************************/ /* 23. SELECT2 */