forked from yevi.org/Ghost_Ruby_Theme
17 lines
233 B
CSS
17 lines
233 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;
|
||
|
}
|