Compare commits
2 Commits
1045b83639
...
a0a6c3e9dc
Author | SHA1 | Date |
---|---|---|
jorge | a0a6c3e9dc | |
jorge | 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