FunctionProject/website/components/Footer/Footer.css

11 lines
185 B
CSS
Raw Normal View History

.footer {
2020-08-03 14:14:45 +02:00
border-top: var(--border-header-footer);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-text {
2020-08-03 14:14:45 +02:00
line-height: 2.5;
}