Footer signup

This commit is contained in:
Sodbileg Gansukh
2023-07-10 14:27:31 +08:00
parent 413e08cfb1
commit c5a1fce9d9
6 changed files with 50 additions and 19 deletions

View File

@@ -753,12 +753,16 @@ Search LOGO Login Subscribe
/* 10. Footer */
.gh-footer {
padding-block: 48px;
margin-top: 80px;
}
.gh-footer-inner {
/* 10.1. Footer bar */
.gh-footer-bar {
display: grid;
grid-template-columns: 1fr auto 1fr;
padding-block: 40px;
border-block: 1px solid var(--color-border);
}
.gh-footer-menu .nav {
@@ -769,4 +773,13 @@ Search LOGO Login Subscribe
.gh-footer-copyright {
text-align: right;
}
/* 10.2. Footer signup */
.gh-footer-signup {
display: flex;
flex-direction: column;
align-items: center;
padding-block: 100px;
}