Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(experiment, sorry)
(experiment, sorry)
Line 301: Line 301:
/* Special Styles for Tablet Size Only */
/* Special Styles for Tablet Size Only */
@media screen and (max-width: 768px) and (min-width: 480px) {
@media screen and (max-width: 768px) and (min-width: 480px) {
-
    .content h1 {
 
-
      font-size: 30px;
 
-
    }
 
}
}
/* Special Styles for Smartphones */
/* Special Styles for Smartphones */
@media screen and (max-width : 480px) {
@media screen and (max-width : 480px) {
     .content h1 {
     .content h1 {
-
       font-size: 20px;
+
       font-size: 35px;
     }
     }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:18, 17 October 2014