placed proper image size and category cards when shown in extra content
This commit is contained in:
parent
4c319fe1cf
commit
1045b83639
|
@ -149,6 +149,7 @@
|
|||
float: none;
|
||||
width: auto;
|
||||
position: absolute;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .layout-one .news-text-wrap,
|
||||
.hangar-extra-content .pft-posts-main .layout-one .news-text-wrap {
|
||||
|
@ -170,11 +171,11 @@
|
|||
/* end reset pfc */
|
||||
|
||||
.hangar-extra-content .pft-posts-main,.hangar-extra-content .pct-posts-main{
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.hangar-extra-content .pft-posts-main .pft-post,.hangar-extra-content .pft-posts-main .pfc-post {
|
||||
.hangar-extra-content .pft-posts-main .pft-post,.hangar-extra-content .pfc-posts-main .pfc-post {
|
||||
line-height:15px;
|
||||
height:360px;
|
||||
min-width: 200px;
|
||||
|
@ -203,7 +204,7 @@
|
|||
}
|
||||
.news-text-wrap h2 a {
|
||||
color: #0000FF !important;
|
||||
text-transform: uppercase;
|
||||
/* text-transform: uppercase; */
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
.news-text-wrap .posted-date {
|
||||
|
|
Loading…
Reference in New Issue