Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. #contact-page-content {
  2.   .row {
  3.     border: solid 1px rgba(128, 128, 128, 0.39);
  4.     padding: 24px;
  5.     margin-bottom: 30px;
  6.     .contact-map {
  7.       position: relative;
  8.       min-height: 1px;
  9.       padding-left: 10px;
  10.       padding-right: 10px;
  11.       float: left;
  12.       width: 100%;
  13.       @media(min-width: 700px) {
  14.         width: 40%;
  15.       }
  16.       img {
  17.         width: 100%;
  18.       }
  19.     }
  20.     .contact-content {
  21.       position: relative;
  22.       min-height: 1px;
  23.       padding-left: 10px;
  24.       padding-right: 10px;
  25.       float: left;
  26.       width: 100%;
  27.       @media(min-width: 700px) {
  28.         width: 60%;
  29.       }
  30.       strong {
  31.         font-weight: bold;
  32.         color: #161616;
  33.         font-size: 22px;
  34.       }
  35.     }
  36.   }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement