mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00: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;
|
|
}
|
|
}
|