Advertisement
Guest User

insomniacss

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. @media all and (max-width: 479px) {
  2. .article .entry-header .meta-container {
  3.   position: relative;
  4.   top: 0;
  5.   background: #fff;
  6.   padding: 1rem 0;
  7. }
  8.   .article .entry-header .meta-container .category,
  9.   .article .entry-header .meta-container h1,  
  10.   .article .entry-header .meta-container p {
  11.     color: #666;
  12.   }
  13. .videoplay_block_review .play-btn {
  14.   width: 60px;
  15.   height: 60px;
  16.   background-size: 60px;
  17.   margin: 0 !important;
  18.   top: calc(50% - 30px);
  19.   left: calc(50% - 30px);
  20. }
  21. .article .entry-header .meta-container .meta p {
  22.   line-height: 1.2em;
  23. }  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement