Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(Undo revision 295513 by Kvn.thai (talk))
(smaller font size for tablet & below)
Line 292: Line 292:
.icons{
.icons{
   height: 30px;
   height: 30px;
 +
}
 +
/* Special Styles for Tablet Size & Below */
 +
@media all and (max-width: 768px) {
 +
    .content {
 +
      font-size: 11px;
 +
    }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:02, 17 October 2014