fix footer left spacing

master
Dirk Heilig 2024-01-27 11:09:32 +01:00
parent 52c836807a
commit e9bcf84e9a
1 changed files with 3 additions and 0 deletions

View File

@ -406,10 +406,13 @@ a.external:after {
.footer .footer-row {
display: flex;
justify-content: center;
}
.footer .footer-item {
margin-right: var(--len-3);
margin-left: var(--len-3);
}
.footer .footer-item:last-child {
margin-right: 0;