Advertisement
srikat

Untitled

Sep 1st, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. /* http://clients.bellanowebstudio.com/opterra/government/ */
  2.  
  3. @media only screen and (max-width: 768px) {
  4.  
  5.     #soliloquy-container-3392 {
  6.         margin-bottom: 0 !important;
  7.     }
  8.  
  9.     #soliloquy-container-3392 .soliloquy-caption {
  10.         position: static;
  11.         width: 100%;
  12.     }
  13.  
  14.     #soliloquy-container-3392 .soliloquy-image {
  15.         margin-right: 20px;
  16.         margin-bottom: 10px;
  17.     }
  18.  
  19. }
  20.  
  21. .page-blue p:last-child {
  22.     margin-bottom: 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement