bludit/bl-themes/docsx/css/style.css

25 lines
299 B
CSS
Raw Normal View History

2018-02-06 23:11:50 +01:00
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom for footer height */
margin-bottom: 60px;
}
/* Footer */
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 0.8em;
}
.mini-logo {
height: 22px;
padding-bottom: 5px;
}