Files
2017-04-01 11:59:03 +01:00

27 lines
480 B
CSS

body {
padding-top: 70px;
margin-bottom: 60px; /* Margin bottom by footer height */
}
#greeting {
background-color: #F8F8F8;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
margin: 15px;
}
.footer {
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
background-color: #f5f5f5;
}
.footer .container {
width: auto;
max-width: 680px;
padding: 0 15px;
text-align: center;
}
.footer .container .text-muted {
margin: 20px 0;
}