added styles for images and mobile when category/tag is shown in extra content

This commit is contained in:
jorge-vitrubio 2022-09-02 20:41:07 +02:00
parent 1045b83639
commit 39b35b2093
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -80,7 +80,7 @@ body {
#wrap {
max-width: 1267px;
margin: 0 0 0 1rem;
margin: 0 0 1rem 1rem;
}