Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .single-post .single-entry>img {
- display: none;
- }
- .video-section .post .post-header,
- .widget .post .post-header{
- margin-top: 10px;
- }
- .item-img img{
- height: 100%!important;
- }
- @media only screen and (min-width: 1024px) {
- .item-img{
- height: 260px!important;
- }
- }
- .post-header .post-meta{
- height: 1.6em;
- overflow: hidden;
- display: block;
- }
- .post-header .post-category a{
- display: none;
- }
- .post-header .post-category a:nth-child(1){
- display: inherit;
- }
- .video-section .item h3 a,
- .widget .item h3 a {
- -webkit-line-clamp: 1;
- display: -webkit-box;
- white-space: normal;
- -webkit-box-orient: vertical;
- max-height: 1.7em;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement