Minor padding adjustment on channels page on mobile

This commit is contained in:
Raphael Wickihalder 2022-06-10 08:33:14 +02:00
parent 4c804af02c
commit 7807bd9dd2
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -826,4 +826,7 @@ $actions-z-index: 2;
}
}
}
@media (max-width: $breakpoint-small) {
padding: var(--spacing-s);
}
}