Team:USTC-China/assets/css/index.css
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
max-width: 100%; | max-width: 100%; | ||
background-color: white; | background-color: white; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 1100px) { | ||
+ | .footer-ustc { | ||
+ | padding-top: 20px; | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | bottom: 0; | ||
+ | } | ||
} | } |
Latest revision as of 02:59, 18 October 2014
- content-row {
padding: 5%; max-width: 100%; background-color: white;
}
@media (min-width: 1100px) { .footer-ustc { padding-top: 20px; position: absolute; width: 100%; bottom: 0; } }