Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(smaller font size for tablet & below)
(not so small)
Line 293: Line 293:
   height: 30px;
   height: 30px;
}
}
-
/* Special Styles for Tablet Size & Below */
+
/* Special Styles for Tablet Size */
-
@media all and (max-width: 768px) {
+
@media screen and (max-width: 768px) {
     .content {
     .content {
-
       font-size: 11px;
+
       font-size: 12px;
 +
    }
 +
}
 +
/* Special Styles for Smartphones */
 +
@media screen and (max-width : 320px) {
 +
    h1 {
 +
      font-size: 1.5em;
     }
     }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:05, 17 October 2014