Team:USTC-China/assets/css/index.css

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
@media (min-width: 1100px) {
@media (min-width: 1100px) {
-
.footer {
+
.footer-ustc {
padding-top: 20px;
padding-top: 20px;
position: absolute;
position: absolute;

Revision as of 03:23, 12 October 2014

  1. 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; } }