Advertisement
maximus87

Untitled

Dec 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.06 KB | None | 0 0
  1. section#our-story-2 .sqs-row {
  2.     position: relative;
  3. }
  4. section#our-story-2 .sqs-col-3 .sqs-block-image .image-block-wrapper {
  5.     padding: 0!important;
  6. }
  7. section#our-story-2 .sqs-col-3 .sqs-block-image .image-block-wrapper img {
  8.     position: relative!important;
  9.     max-width: 140px;
  10.     left: auto!important;
  11.     margin: 0 auto;
  12. }
  13. section#our-story-2 .layout-caption-below .image-caption p {
  14.   font-size: 20px;
  15.   letter-spacing: 0.2em
  16. }
  17. .sqs-block-image .design-layout-poster .image-card {
  18.     width: 90%;
  19.     max-width: 700px;
  20. }
  21. .sqs-block-image .design-layout-poster .image-subtitle p {
  22.   font-size: 22px!important
  23. }
  24. .sqs-block-image .design-layout-poster .image-title p:before {
  25.   content: '';
  26.   background: url(https://static1.squarespace.com/static/57c48651d2b857cfaedd7927/t/5c18a2e421c67cd254c295fa/1545118436538/icon.png) center center no-repeat;
  27.   background-size: contain;
  28.   width: 100px;
  29.   height: 100px;
  30.   display: block;
  31.   margin: 0 auto 20px;
  32. }
  33. .sqs-block-image .design-layout-poster .image-title p {
  34.   font-size: 40px!important
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement