FunctionProject/website/components/Footer/Footer.css

6 lines
129 B
CSS
Raw Normal View History

.footer {
border-top: var(--border-header-footer);
display: flex;
justify-content: center;
align-items: center;
}