User:Idolon/vector.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Idolon (talk | contribs)
Created page with "#content { min-width: 320px; }"
 
Idolon (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (max-width: 360px) {
  html {
    font-size: 135%;
  }
  #content {
    min-width: 300px;
  }
}
/*@media (max-width: 600px) {*/
#content {
#content {
  min-width: 320px;
max-width 600px;
}
}

Latest revision as of 09:12, 20 February 2013

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

  html {
    font-size: 135%;
  }

  #content {
    min-width: 300px;
  }

}

/*@media (max-width: 600px) {*/
#content {
max-width 600px;
}