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 {
|
.follower {
|
||||||
border-color: rgba(0, 0, 0, 0.3);
|
border-color: rgba(0, 0, 0, 0.3);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@ -8,6 +10,9 @@
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@include screen(mobile){
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: var(--theme-text-link);
|
border-color: var(--theme-text-link);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user