Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(content changes sizes) |
|||
Line 346: | Line 346: | ||
/* Special Styles Depending on Screen Size */ | /* Special Styles Depending on Screen Size */ | ||
- | @media screen and ( | + | @media screen and (max-width: 1000px) { /* above tablet size */ |
+ | .content { | ||
+ | width: 70%; | ||
+ | } | ||
} | } | ||
@media screen and (max-width: 768px) { /* tablet size and below */ | @media screen and (max-width: 768px) { /* tablet size and below */ |
Revision as of 17:13, 17 October 2014