mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
20 lines
268 B
CSS
20 lines
268 B
CSS
.wrapper {
|
|
max-width: 40rem;
|
|
margin: 0 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;
|
|
}
|