0

Center followers list 2515 (#2520)

* centered the follower

* left-align in desktop devices

Co-authored-by: Shashwat <shashwat>
This commit is contained in:
Shashwat Agrawal 2022-12-28 12:19:41 +05:30 committed by GitHub
parent f03f683c3f
commit 397f940669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);