From 54b752e57728cfe098ee4d73fe3fcfdbb1ec6a67 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 1 Feb 2022 18:03:55 +0100 Subject: [PATCH] mods in possitioning img and text in hero --- hangar/css/styleHangar.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hangar/css/styleHangar.css b/hangar/css/styleHangar.css index 1ed6243..75482c9 100644 --- a/hangar/css/styleHangar.css +++ b/hangar/css/styleHangar.css @@ -284,17 +284,17 @@ table.cf7-db-table tbody td > div { position: absolute; z-index: 100; width: 75%; - margin: 1rem; - padding: 0.2rem; - font-size: 2rem; + margin: 3rem 1rem; + padding: 1rem; + font-size: 3rem; font-weight: bold; - line-height: 1.6rem; + line-height: 1.5rem; color: blue; } aside.hero .widget-container img { position: absolute; z-index: 99; - top: 0; + top: -20%; width: 100%; height: auto; } @@ -302,7 +302,8 @@ table.cf7-db-table tbody td > div { position: absolute; z-index: 101; bottom: 0; - margin: 1rem; + width: 70%; + margin: 2rem 1rem; padding: 1rem; color: rgb(90,90,90); background: rgba(250,250,250,0.8);