From 541c04277395020b3c1825e87bd34eb3958c420d Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 19 Jun 2018 18:40:24 +0200 Subject: [PATCH] =?UTF-8?q?Ocultar=20los=20iconos=20sociales=20del=20pie?= =?UTF-8?q?=20de=20p=C3=A1gina=20en=20resoluciones=20inferiores=20a=20399?= =?UTF-8?q?=20p=C3=ADxeles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enfold-cille/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/enfold-cille/style.css b/enfold-cille/style.css index 0732bcb..8603316 100644 --- a/enfold-cille/style.css +++ b/enfold-cille/style.css @@ -784,12 +784,10 @@ a.dpe-flexible-photos-link:hover { padding-left: 10px; background-position: 6px 28px; } - /* Hide link about use of cookies */ - #legal span.legal-cookies { - display: none; - } +} +@media (max-width: 399px) { /* Footer */ #socket .social_bookmarks { - margin-left: 0; + display: none; } }