/* Listed most compatible to most trouble */ /* Make links bigger by default, can still be overridden by pages */ a { padding: 1em; margin: -.8em; } /* Make it harder for pages to be bigger than the display ( thanks Rider ) */ * { max-width: 100% !important; min-width: 0px !important } /* Make tiny text areas a thing of the past */ input { min-height: 18px ! important }