tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

media-rules.css (184B)


      1 @media screen and (max-width: 320px) {
      2  div {
      3    width: 100px; } }
      4 @media screen and (min-width: 1200px) {
      5  div {
      6    width: 400px; } }
      7 
      8 /*# sourceMappingURL=media-rules.css.map */