Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
211 B

9 years ago
  1. .main-content {
  2. padding-bottom: 50px;
  3. }
  4. footer.footer-min {
  5. position: fixed;
  6. bottom: 0;
  7. width: 100%;
  8. padding: 3px;
  9. background-color: #f5f5f5;
  10. border-top: 1px solid #eeeeee;
  11. text-align: center;
  12. }