mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
11 lines
146 B
SCSS
11 lines
146 B
SCSS
.footer {
|
|
text-align: center;
|
|
padding: 100px 0;
|
|
|
|
.mastodon-link {
|
|
color: #566270;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
}
|
|
}
|