You've already forked Ghost-Theme-Source
Footer
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -748,4 +748,25 @@ Search LOGO Login Subscribe
|
||||
|
||||
.gh-container.is-list.no-image .gh-card-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 10. Footer */
|
||||
|
||||
.gh-footer {
|
||||
padding-block: 48px;
|
||||
}
|
||||
|
||||
.gh-footer-inner {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
}
|
||||
|
||||
.gh-footer-menu .nav {
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.gh-footer-copyright {
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user