blog_theme/assets/css/site/footer.css

21 lines
249 B
CSS
Raw Normal View History

.site-footer {
2020-09-28 06:05:46 +03:00
margin-top: 30px;
}
2020-09-24 05:18:34 +03:00
.site-footer .social {
2020-09-28 06:05:46 +03:00
justify-content: center;
margin-bottom: 15px;
}
2020-09-24 05:18:34 +03:00
.footer-inner {
2020-09-28 06:05:46 +03:00
padding: 45px 0;
}
2020-09-24 05:18:34 +03:00
.copyright {
2020-09-28 06:05:46 +03:00
text-align: center;
}
2020-09-24 05:18:34 +03:00
.copyright a {
2020-09-28 06:05:46 +03:00
text-decoration: underline;
}