From 39b35b20936afa3212089c72e4ad934f84c473b6 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 2 Sep 2022 20:41:07 +0200 Subject: [PATCH] added styles for images and mobile when category/tag is shown in extra content --- css/styleHangar.css | 3 +++ style.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/styleHangar.css b/css/styleHangar.css index 6b9a01f..47686d8 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -167,6 +167,7 @@ .hangar-extra-content .pfc-posts-main .pfc-post.layout-two .news-thumb, .hangar-extra-content .pft-posts-main .pft-post.layout-two .news-thumb { width: 100%; + max-width: 200px; } /* end reset pfc */ @@ -444,6 +445,8 @@ .indexall.wide .boxentry { max-width: 444px; width: 100%; + min-height: 360px; + height: auto; /*for long text content*/ } .boxentry { max-width: 14rem; diff --git a/style.css b/style.css index c210c8b..610a80a 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ body { #wrap { max-width: 1267px; - margin: 0 0 0 1rem; + margin: 0 0 1rem 1rem; }