Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(increased default font size)
Line 77: Line 77:
   margin-top: 30px;
   margin-top: 30px;
   font-family: Georgia, serif;
   font-family: Georgia, serif;
-
   font-size: 14px;
+
   font-size: 16px;
}
}
div#imgBox{
div#imgBox{
Line 296: Line 296:
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
     .content {
     .content {
-
       font-size: 12px;
+
       font-size: 14px;
     }
     }
}
}
/* Special Styles for Smartphones */
/* Special Styles for Smartphones */
-
@media screen and (max-width : 400px) {
+
@media screen and (max-width : 320px) {
     h1 {
     h1 {
-
       font-size: 1.5em;
+
       font-size: 30px;
     }
     }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:08, 17 October 2014