Guest User

Untitled

a guest
Mar 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. @media screen and (min-width: 56.875em) {
  2. .site-main {
  3. -moz-column-count: 2;
  4. -webkit-column-count: 2;
  5. column-count: 2;
  6. }
  7. .site-main h1 {
  8. -moz-column-span: all;
  9. -webkit-column-span: all;
  10. column-span: all;
  11. }
  12. .sidebar, .site-main h1 {
  13. background-color: #eee;
  14. }
  15. .widget {
  16. padding-left: 10px;
  17. padding-right: 10px;
  18. }
  19. }
  20.  
  21. @media screen and (min-width: 75em) {
  22. .site-main {
  23. -moz-column-count: 3;
  24. -webkit-column-count: 3;
  25. column-count: 3;
  26. }
  27. }
Add Comment
Please, Sign In to add comment