Files
web_chaloupky/assets/css/footer.css
2023-06-02 08:42:42 +02:00

19 lines
286 B
CSS

.footer {
display: flex;
justify-content: center;
padding-block: 2rem 5rem;
background: var(--color-white);
}
.footer__content .title {
text-decoration: underline;
}
.footer__content .link {
display: block;
}
.footer__content ul + ul {
margin-top: 1.5rem;
}