This commit is contained in:
2023-08-09 09:06:05 +02:00
parent 5f1493088a
commit d0e04677c7
14 changed files with 148 additions and 11 deletions

View File

@@ -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;
}