Team:Heidelberg/Templates/MainTemplate
From 2014.igem.org
(Difference between revisions)
Line 25: | Line 25: | ||
#top-section { | #top-section { | ||
position: relative; | position: relative; | ||
- | |||
margin: 0 auto 0 auto; | margin: 0 auto 0 auto; | ||
border:0; | border:0; | ||
overflow:visible; | overflow:visible; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 768px) | ||
+ | #top-section { | ||
+ | width: 750px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | @media (min-width: 992px) { | ||
+ | #top-section { | ||
+ | width: 970px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media (min-width: 1200px) { | ||
+ | #top-section { | ||
+ | width: 1170px; | ||
+ | } | ||
} | } | ||
Revision as of 23:10, 19 September 2014