From ea6d1524cde70f850872febff964462e97b4b2b5 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 1 Feb 2022 10:17:29 +0100 Subject: [PATCH] =?UTF-8?q?corregida=20visualizaci=C3=B3n=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- hangar/css/styleHangar.css | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ccc7f7f..335ec95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -20200323-hangar-theme.tar.gz -20200323-hangarweb-themes.tar.gz +*.tar.gz diff --git a/hangar/css/styleHangar.css b/hangar/css/styleHangar.css index b516d00..1ed6243 100644 --- a/hangar/css/styleHangar.css +++ b/hangar/css/styleHangar.css @@ -272,13 +272,13 @@ table.cf7-db-table tbody td > div { aside.hero { display: flex; width: auto; - height: 40vw; - margin-bottom: 2rem; - overflow: hidden; } aside.hero .widget-container { position: relative; min-width: 100%; + height: 40vw; + margin-bottom: 2rem; + overflow: hidden; } aside.hero .widget-container .widget-title { position: absolute; @@ -311,7 +311,7 @@ table.cf7-db-table tbody td > div { } @media screen and (max-width: 768px) { - aside.hero { + aside.hero .widget-container { width: 90vw; height: 60vw; margin-top: 2rem;