This commit is contained in:
2023-08-09 21:28:34 +02:00
parent 0c8b4a1386
commit 55464fe023
13 changed files with 12 additions and 12 deletions

23
assets/css/v1_footer.css Normal file
View File

@@ -0,0 +1,23 @@
.footer {
display: grid;
justify-content: center;
padding-block: 2rem 3rem;
background: var(--color-white);
}
.footer__content .title {
text-decoration: underline;
}
.footer__content .link {
display: block;
}
.footer__content ul + ul {
margin-top: 1.5rem;
}
.footer__tail {
margin-top: 3rem;
text-align: center;
}