wip
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
padding-block: 2rem 5rem;
|
||||
padding-block: 2rem 3rem;
|
||||
background: var(--color-white);
|
||||
}
|
||||
|
||||
@@ -16,3 +16,8 @@
|
||||
.footer__content ul + ul {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.footer__tail {
|
||||
margin-top: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user