Advertisement
Guest User

Untitled

a guest
May 19th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. .sidebar .subtitle,
  2. .sidebar .title,
  3. .widget-title,
  4. .widget,
  5. .site-title,
  6. .site-description {
  7.     text-align: left;
  8. }
  9.  
  10. .widget .decoration {
  11.     left: 0;
  12.     right: auto;
  13. }
  14.  
  15. .sidebar {
  16.     margin: 0 0 0 -310px;
  17. }
  18.  
  19. .horizontal-page .scroll-container .overview,
  20. .sidebar {
  21.     width: 240px;
  22. }
  23.  
  24. @media screen and (max-width: 1024px) {
  25.     .horizontal-page .scroll-container .overview,
  26.     .sidebar {
  27.         width: 180px;
  28.         margin-left: -253px;
  29.     }
  30. }
  31.  
  32. @media screen and (max-width: 768px) {
  33.     .horizontal-page .scroll-container .overview,
  34.     .sidebar {
  35.         width: auto;
  36.         margin-left: auto;
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement