2025-12-09 16:51:05 +00:00

20 lines
277 B
CSS

.wrapper {
max-width: max-content;
margin: 40px auto;
}
.footer {
text-align: center;
margin-top: 1rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
align-items: center;
color: var(--color-text-secondary);
}
.logo {
width: 2rem;
opacity: 0.6;
}