styled news-thumb images in pfc and pft
This commit is contained in:
parent
8d2e74861d
commit
852461f03b
|
@ -152,23 +152,23 @@
|
||||||
.hangar-extra-content .pft-posts-main .pft-post:last-child {
|
.hangar-extra-content .pft-posts-main .pft-post:last-child {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.hangar-extra-content .pfc-posts-main .news-thumb a img,
|
|
||||||
.hangar-extra-content .pft-posts-main .news-thumb a img {
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 8.3rem;
|
|
||||||
height: auto;
|
|
||||||
overflow: hidden;
|
|
||||||
background: #eee;
|
|
||||||
|
|
||||||
}
|
|
||||||
/* layout one css starts */
|
/* layout one css starts */
|
||||||
.hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb,
|
.hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb,
|
||||||
.hangar-extra-content .pft-posts-main .pft-post.layout-one .news-thumb {
|
.hangar-extra-content .pft-posts-main .pft-post.layout-one .news-thumb {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
max-height: 8.3rem;
|
||||||
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
.hangar-extra-content .pfc-posts-main .news-thumb a img,
|
||||||
|
.hangar-extra-content .pft-posts-main .news-thumb a img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
background: #eee;
|
||||||
|
|
||||||
|
}
|
||||||
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap,
|
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap,
|
||||||
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap {
|
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Reference in New Issue