Fix badge alignment on channels page on mobile
This commit is contained in:
parent
1f12cc594c
commit
d52fd8e26e
1 changed files with 3 additions and 0 deletions
|
@ -739,6 +739,9 @@ $actions-z-index: 2;
|
||||||
.icon {
|
.icon {
|
||||||
margin-bottom: -10%;
|
margin-bottom: -10%;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
margin-bottom: -30%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue