Advertisement
srikat

Untitled

Mar 12th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. @media only screen and (max-width: 480px) {
  2.  
  3.     .site-container .site-header .widget-area {
  4.         width: auto;
  5.         float: none;
  6.     }
  7.  
  8. }
  9.  
  10. @media only screen and (max-width: 320px) {
  11.  
  12.     .site-header .title-area {
  13.         width: auto;
  14.     }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement