Advertisement
maximus87

Untitled

Nov 11th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2. section#latest .sqs-row .sqs-row {
  3.     display: flex;
  4. }
  5.  
  6. section#latest .sqs-row .sqs-row .sqs-col-3 {
  7.     position: relative;
  8. }
  9.  
  10. section#latest .sqs-row .sqs-row .sqs-col-3:before {
  11.     content: '';
  12.     width: calc(100% - 34px);
  13.     height: 50%;
  14.     background: #f7f7f7;
  15.     position: absolute;
  16.     bottom: 0;
  17.     left: 17px;
  18.     }
  19. section#latest .sqs-row .sqs-row .sqs-col-3 .image-block {
  20.     filter: none!important;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement