Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .header-logo {
  2. width:125px;
  3. margin:0 auto;
  4. padding:15px 0px;
  5.  
  6. @include breakpoint("small") { // 4
  7. margin: 0 auto;
  8. }
  9.  
  10. @include breakpoint("medium") {
  11. margin: 0 auto;
  12. padding: 0;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement