Fix badge alignment on channels page on mobile

This commit is contained in:
Raphael Wickihalder 2022-03-10 20:19:55 +01:00
parent 1f12cc594c
commit d52fd8e26e
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -739,6 +739,9 @@ $actions-z-index: 2;
.icon {
margin-bottom: -10%;
width: 40%;
@media (max-width: $breakpoint-small) {
margin-bottom: -30%;
}
}
}