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 | + | /* Special Styles for Tablet Size */ |
- | @media | + | @media screen and (max-width: 768px) { |
.content { | .content { | ||
- | font-size: | + | 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