Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. @media screen and (max-width: 850px){
  2.  
  3. .main-container {
  4. text-align: center;
  5. }
  6.  
  7. .main-container nav li {
  8. float: none;
  9. display: inline-block;
  10. }
  11.  
  12. .main-container nav {
  13. float: none;
  14. display: block;
  15. padding: 0;
  16. padding-top: 10px;
  17. }
  18.  
  19. }
  20.  
  21. @media screen and (max-width: 1200px){
  22.  
  23. .aktionen article {
  24. width: 100%;
  25. margin-top: 30px;
  26. padding-top: 30px;
  27. }
  28.  
  29. .aktionen article {
  30. width: 100%;
  31. }
  32.  
  33. article {
  34. width: 100%;
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement