Center followers list 2515 (#2520)
* centered the follower * left-align in desktop devices Co-authored-by: Shashwat <shashwat>
This commit is contained in:
parent
f03f683c3f
commit
397f940669
@ -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 @@
|
||||
width: 250px;
|
||||
font-size: 0.8rem;
|
||||
overflow: hidden;
|
||||
@include screen(mobile){
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-color: var(--theme-text-link);
|
||||
|
Loading…
x
Reference in New Issue
Block a user