Skip to content

Commit 5948bfc

Browse files
committed
Fix familiar followers margin spacing
1 parent d9c2277 commit 5948bfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/mastodon-bird-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/profile/_profile-familiar-followers.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.layout-single-column,
33
.layout-multiple-columns {
44
.account__header__familiar-followers {
5-
margin-block-end: 0;
5+
margin-block-end: 16px;
66
margin-block-start: 0;
77
}
88
}

0 commit comments

Comments
 (0)