User:Idolon/vector.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Idolon (talk | contribs)
No edit summary
Idolon (talk | contribs)
No edit summary
Line 2: Line 2:


   html {
   html {
     font-size: 150%;
     font-size: 125%;
   }
   }



Revision as of 03:52, 25 May 2011

@media screen and (max-width: 320px) {

  html {
    font-size: 125%;
  }

  #content {
    min-width: 300px;
  }

}