diff --git a/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss b/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss index 573be0ebd..2bb7c7512 100644 --- a/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss +++ b/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss @@ -1,7 +1,12 @@ +@import '../../../../styles/mixins.scss'; + .followers { width: 100%; - background-color: var(--theme-color-components-content-background); padding: 5px; + + @include screen(desktop) { + background-color: var(--theme-color-components-content-background); + } } .noFollowers {