Advertisement
maximus87

Untitled

Feb 27th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. section#services .sqs-row:nth-child(2) {
  2. display: flex;
  3. flex-wrap: wrap;
  4. }
  5. section#services .sqs-row:nth-child(2) .sqs-col-3 .sqs-block, section#services .sqs-row:nth-child(2) .sqs-col-3 .sqs-block .sqs-block-content, section#services .sqs-row:nth-child(2) .sqs-col-3 .sqs-block .sqs-block-content .image-block-outer-wrapper {
  6.     height: 100%;
  7.     padding-bottom: 0!important;
  8. }
  9. section#services .sqs-row:nth-child(2) .sqs-col-3 .sqs-block .sqs-block-content .image-block-outer-wrapper {
  10.     background: #fff;
  11. }
  12. section#services .sqs-block-image .image-block-outer-wrapper.design-layout-stack .image-button-wrapper {
  13.     font-size: 2.625vw;
  14.     position: absolute;
  15.     bottom: 20px;
  16.     left: 50%;
  17.     transform: translateX(-50%);
  18.     width: 100%;
  19. }
  20. section#services .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper {
  21.     padding-bottom: 50px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement