Browse Source

Center followers list 2515 (#2520)

* centered the follower

* left-align in desktop devices

Co-authored-by: Shashwat <shashwat>
pull/2501/head
Shashwat Agrawal 3 years ago committed by GitHub
parent
commit
397f940669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      web/components/ui/followers/SingleFollower/SingleFollower.module.scss

5
web/components/ui/followers/SingleFollower/SingleFollower.module.scss

@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
@import '../../../../../web/styles/mixins.scss';
.follower {
border-color: rgba(0, 0, 0, 0.3);
border-width: 1px;
@ -8,6 +10,9 @@ @@ -8,6 +10,9 @@
width: 250px;
font-size: 0.8rem;
overflow: hidden;
@include screen(mobile){
margin: auto;
}
&:hover {
border-color: var(--theme-text-link);

Loading…
Cancel
Save