mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
.footer {
|
|
text-align: center;
|
|
padding: 100px 0;
|
|
|
|
.mastodon-link {
|
|
color: #566270;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
}
|
|
}
|