FunctionProject/website/components/Footer/Footer.css
2020-08-03 14:14:45 +02:00

11 lines
185 B
CSS

.footer {
border-top: var(--border-header-footer);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-text {
line-height: 2.5;
}