styled cards for posts from category and tag
This commit is contained in:
parent
7d419602ff
commit
55bc84488a
|
@ -104,7 +104,7 @@
|
|||
}
|
||||
.hangar-extra-content .pfc-posts-main .pfc-post .news-text-wrap,
|
||||
.hangar-extra-content .pft-posts-main .pft-post .news-text-wrap {
|
||||
padding-top: 10px;
|
||||
padding-top: 15px;
|
||||
width:calc(100% - 30px);
|
||||
}
|
||||
.hangar-extra-content .pct-posts-main .pct-post .news-text-wrap h2,
|
||||
|
@ -128,11 +128,17 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .news-text-wrap .posted-date,
|
||||
.hangar-extra-content .pft-posts-main .news-text-wrap .posted-date {
|
||||
display: none;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .news-text-wrap .read-more,
|
||||
.hangar-extra-content .pft-posts-main .news-text-wrap .posted-date,
|
||||
.hangar-extra-content .pft-posts-main .news-text-wrap .read-more{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
font-size: 0.7rem;
|
||||
line-height: 1rem;
|
||||
padding-bottom: 0;
|
||||
min-height: 1.5rem;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .pfc-post:last-child ,
|
||||
.hangar-extra-content .pft-posts-main .pft-post:last-child {
|
||||
|
@ -154,11 +160,20 @@
|
|||
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap,
|
||||
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap {
|
||||
float: none;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
/* padding-top: 0px; */
|
||||
/* padding-bottom: 0px; */
|
||||
padding-left: 0;
|
||||
min-height: 80px;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .news-text-wrap h2 a,
|
||||
.hangar-extra-content .pft-posts-main .news-text-wrap h2 a {
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
padding: 0;
|
||||
color: #0000FF;
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap.info-without-space,
|
||||
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap.info-without-space{
|
||||
padding-left: 0px;
|
||||
|
|
Loading…
Reference in New Issue