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 3: Line 3:
#content {
#content {
   min-width: 300px;
   min-width: 300px;
  font-size: 150%;
}
}




}
}

Revision as of 03:46, 25 May 2011

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

#content {
  min-width: 300px;
  font-size: 150%;
}


}