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; }