quocvuongdn

#css fix webview ratio on #mobile screen

Jul 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. <style>
  2.         @media only screen and (max-device-width: 720px) {
  3.                 html {
  4.                     zoom: .4;
  5.                 }
  6.                 /*
  7.                 .news-list-content {
  8.                         max-width: 100%;
  9.                         margin-right: 30px;
  10.                         text-align: justify;
  11.                         width: 70%;
  12.                 }
  13.                
  14.                 .news-list-content.news-detail {
  15.                     width: 100% !important;
  16.                 }
  17.                
  18.                 .news-list-content h2 {
  19.                         font-size: 3em;
  20.                 }
  21.                
  22.                 .news-list-content p {
  23.                     font-size: 1em;
  24.                     line-height: 1.2em;
  25.                 }
  26.                
  27.                 .news-list-thumb {
  28.                         max-width: 100% !important;
  29.                         width: 25%;
  30.                 } */
  31.         }
  32.         </style>
Advertisement
Add Comment
Please, Sign In to add comment