mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-22 21:23:06 +01:00
quick fix for alignment in avatars, juggling multiple branches is confusing
This commit is contained in:
parent
9be06d9f71
commit
fa99abf106
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
> .repeater-avatar {
|
.repeater-avatar {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue