Center column of followers on mobile. Closes #2515
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
@include screen(desktop) {
|
||||
background-color: var(--theme-color-components-content-background);
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
.followerRow {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.noFollowers {
|
||||
|
||||
Reference in New Issue
Block a user