Advertisement
Misplon

Svepet Title

Jun 27th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. @media (min-width: 1024px) {
  2.     .page-id-3949 .entry-title span {
  3.         display: inline-block;
  4.     }
  5.  
  6.     .page-id-3949 .entry-title span:nth-of-type(1) {
  7.         margin-right: 20px;
  8.     }
  9.  
  10.     .page-id-3949 .entry-title span:nth-of-type(2) {
  11.         margin-right: 20px;
  12.     }
  13.  
  14.     .page-id-3949 .entry-title span:nth-of-type(3) {
  15.         margin-right: 20px;
  16.     }
  17.  
  18.     .page-id-3949 .entry-title span:nth-of-type(4) {
  19.         margin-right: 0;
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement