mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 08:41:42 +01: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;
|
|
}
|
|
}
|