Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(increased default font size)
(experiment, sorry)
Line 297: Line 297:
     .content {
     .content {
       font-size: 14px;
       font-size: 14px;
 +
      color:red;
     }
     }
}
}
Line 302: Line 303:
@media screen and (max-width : 320px) {
@media screen and (max-width : 320px) {
     h1 {
     h1 {
-
       font-size: 30px;
+
       color: blue;
     }
     }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:09, 17 October 2014