Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(experiment, sorry) |
(experiment, sorry) |
||
Line 301: | Line 301: | ||
/* 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: 500px) { | ||
- | .content { | + | .content h1 { |
color: blue; | color: blue; | ||
} | } | ||
Line 307: | Line 307: | ||
/* Special Styles for Smartphones */ | /* Special Styles for Smartphones */ | ||
@media screen and (max-width : 500px) { | @media screen and (max-width : 500px) { | ||
- | .content { | + | .content h1 { |
color: red; | color: red; | ||
} | } |
Revision as of 01:14, 17 October 2014