mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
21 lines
249 B
CSS
21 lines
249 B
CSS
.site-footer {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.site-footer .social {
|
|
justify-content: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.footer-inner {
|
|
padding: 45px 0;
|
|
}
|
|
|
|
.copyright {
|
|
text-align: center;
|
|
}
|
|
|
|
.copyright a {
|
|
text-decoration: underline;
|
|
}
|