Extend dividers to bottom of page

This commit is contained in:
Riley Shaw 2013-12-08 19:31:22 -05:00
parent 2b75452d54
commit 669c5b56be

View File

@ -8,6 +8,12 @@
*{ *{
font-family: Open Sans, Helvetica, Arial, sans-serif; font-family: Open Sans, Helvetica, Arial, sans-serif;
} }
html{
height: 100%;
}
body, #life section.year {
min-height: 100%;
}
body{ body{
color: #fff; color: #fff;
background-color: #384047; background-color: #384047;