This commit is contained in:
Leonardo
2026-02-19 13:03:15 -03:00
parent 3a671b1e9e
commit 62e79e243a
20 changed files with 765 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
.layout-footer {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem 0 1rem 0;
gap: 0.5rem;
border-top: 1px solid var(--surface-border);
}