hackspace/mhackspace/static/sass/components/_footer.scss

12 lines
157 B
SCSS

html {
position: relative;
min-height: 100%;
}
.footer {
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}