mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00: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