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: | + | @media screen and (max-width: 768px) and (min-width: 500px) { |
.content { | .content { | ||
color: blue; | color: blue; | ||
Line 306: | Line 306: | ||
} | } | ||
/* Special Styles for Smartphones */ | /* Special Styles for Smartphones */ | ||
- | @media screen and (max-width : | + | @media screen and (max-width : 500px) { |
.content { | .content { | ||
color: red; | color: red; |
Revision as of 01:14, 17 October 2014