Guest User

Untitled

a guest
Nov 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $breakpoints: (
  2. small: 321px,
  3. medium: 700px,
  4. largeMedium: 960px,
  5. large: 1024px,
  6. xLarge: 1281px,
  7. xxLarge: 1440px,
  8. xxxLarge: 1680px,
  9. veryLarge: 1920px,
  10. extremeLarge: 2560px
  11. ) !default;
  12.  
  13.  
  14. .programm-post {
  15. position: relative;
  16. display: block;
  17. width: 100%;
  18.  
  19. @include respond-to(medium) {
  20. padding: $paddingMedium;
  21. margin-bottom: $paddingMedium;
  22. }
  23.  
  24. @include respond-to(largeMedium) {
  25. padding: $paddingLarge;
  26. margin-bottom: $paddingLarge;
  27. }
  28. }
Add Comment
Please, Sign In to add comment