apply fonts and fix UI bugs

This commit is contained in:
luisa.bellitto 2025-06-14 12:24:09 +02:00 committed by Luisa Bellitto
parent 589e095992
commit 1c69050b0b
7 changed files with 48 additions and 81 deletions

View file

@ -3,13 +3,14 @@
.footer {
display: flex;
flex-direction: row;
align-items:flex-start;
align-items: flex-start;
justify-content: space-between;
background-color: var(--Rotkehlchen-gray);
padding: 1rem;
gap: 2rem;
text-align: center;
text-decoration: none;
}
.footer-left {