Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

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

Revision as of 01:16, 17 October 2014