Advertisement
schiavassa

Supple reworked mobile thumbnails

Jul 31st, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. @media screen and (max-width: 939px) {
  2.     #top_banner .inner,
  3.     #portfolio_index .inner,
  4.     #pagination .inner,
  5.     #outgoing .inner,
  6.     #content_info .inner,
  7.     #footer_bottom .inner,
  8.     .portfolio_single .inner,
  9.     .filter_notice .inner,
  10.     .site_section .inner {
  11.         width: 90%;    
  12.     }
  13. }
  14.  
  15. @media screen and (max-width: 939px) {
  16.     #portfolio_index .grid_sizer,
  17.     #portfolio_index .grid_block {
  18.         width: 33.3333% !important;
  19.     }
  20. }
  21.  
  22. @media screen and (max-width: 479px) {
  23.     #portfolio_index .grid_sizer,
  24.     #portfolio_index .grid_block {
  25.         width: 50% !important;
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement