Advertisement
pasteNinja

Untitled

Apr 27th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. @media screen and (max-width: 470px){
  2.  
  3.     /* Typography */
  4.     [...]
  5.  
  6.     /* Countdown */
  7.     [...]
  8.    
  9.     /* Buttons - Please add this code */
  10.     .btn-group-alt {
  11.         margin: 0;
  12.     }
  13.  
  14.     .btn-group-alt .btn {
  15.         margin: 0;
  16.     }
  17.  
  18.     .btn-group-alt .btn:first-child {
  19.         margin-bottom:15px;
  20.     }
  21.    
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement