mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-19 05:37:42 +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;
|
|
}
|
|
}
|