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 9: Line 9:
   }
   }


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

Revision as of 09:08, 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;
}
}