bludit/bl-themes/clean-blog/scss/_footer.scss

14 lines
199 B
SCSS
Raw Normal View History

2017-10-13 00:15:13 +02:00
// Styling for the footer
footer {
padding: 50px 0 65px;
.list-inline {
margin: 0;
padding: 0;
}
.copyright {
font-size: 14px;
margin-bottom: 0;
text-align: center;
}
}