codecation/trailmix

View on GitHub
app/assets/stylesheets/base/_footer.css.scss

Summary

Maintainability
Test Coverage
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  border-top: 1px solid $light-grey;
  padding: 10px 0;
  text-align: center;
}