Team:Heidelberg/Templates/MainTemplate

From 2014.igem.org

(Difference between revisions)
Line 209: Line 209:
display: inline;
display: inline;
margin: 0 1.3em;
margin: 0 1.3em;
 +
}
 +
 +
#footer-box {
 +
  padding-right: 15px;
 +
  padding-left: 15px;
 +
  margin-right: auto;
 +
  margin-left: auto;
 +
}
 +
@media (min-width: 768px) {
 +
  #footer-box {
 +
    width: 750px;
 +
  }
 +
}
 +
@media (min-width: 992px) {
 +
  #footer-box {
 +
    width: 970px;
 +
  }
 +
}
 +
@media (min-width: 1200px) {
 +
  #footer-box {
 +
    width: 1170px;
 +
  }
}
}
</style>
</style>
</html>
</html>

Revision as of 09:42, 29 September 2014