blob: 01eb6d40369345de26fd4aea022ee232b058f8fe [file] [log] [blame]
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.jumbotron {
padding: 0.5em 0.6em;
}