added styles for images and mobile when category/tag is shown in extra content
This commit is contained in:
parent
1045b83639
commit
39b35b2093
|
@ -167,6 +167,7 @@
|
||||||
.hangar-extra-content .pfc-posts-main .pfc-post.layout-two .news-thumb,
|
.hangar-extra-content .pfc-posts-main .pfc-post.layout-two .news-thumb,
|
||||||
.hangar-extra-content .pft-posts-main .pft-post.layout-two .news-thumb {
|
.hangar-extra-content .pft-posts-main .pft-post.layout-two .news-thumb {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
/* end reset pfc */
|
/* end reset pfc */
|
||||||
|
|
||||||
|
@ -444,6 +445,8 @@
|
||||||
.indexall.wide .boxentry {
|
.indexall.wide .boxentry {
|
||||||
max-width: 444px;
|
max-width: 444px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 360px;
|
||||||
|
height: auto; /*for long text content*/
|
||||||
}
|
}
|
||||||
.boxentry {
|
.boxentry {
|
||||||
max-width: 14rem;
|
max-width: 14rem;
|
||||||
|
|
Loading…
Reference in New Issue