Advertisement
Guest User

Untitled

a guest
May 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. /* START WPPS CM17388613 */
  2. @media only screen
  3. and (min-device-width : 768px)
  4. and (max-device-width : 1024px)  {
  5.   .news-block {
  6.     width: 100%;
  7.     padding: 0;
  8.     margin-bottom: 30px;
  9.     }
  10.     #main > section.about.left > div > div
  11.     {
  12.         height: 292.34px !important;
  13.     }
  14.     #main > section.about.left > div > div
  15.     {
  16.         padding-top: 0px !important;
  17.     }
  18.     #main > section.about.left > div > div > div.btn-wrapper.wow.fadeInUp.animated > a
  19.     {
  20.         margin-top: -5% !important;
  21.     }
  22.     #main > section.call-to-action-small.clear > div > figure
  23.     {
  24.         width: 15% !important;
  25.     }
  26.     #home-slider > div > div.bx-viewport > div > div > div > div > div > div
  27.     {
  28.         margin-bottom: -11%;
  29.     }
  30.     #text-4 > div
  31.     {
  32.         width: 210%;
  33.     }
  34.     #text-3
  35.     {
  36.         float: right;
  37.     width: 40% !important;
  38.     }
  39.     #text-2
  40.     {
  41.         margin-left: 13%;
  42.     }
  43.     }
  44.  
  45. /* END WPPS CM17388613 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement