馃殌 [Feature] Base Card Padding To Big On Mobil
Created by: Tirokk
馃殌 Feature Request
Base card padding on internal pages is to big on mobil.
webapp/locales/html/
Problem looks like:
Solution:
Is solved for the sender.fm network in PR https://github.com/sender-fm/Sender-Fm-Ocelot-Social-Deploy-Rebranding/pull/14
@media (max-width: 452px) {
.ds-container {
padding: 0;
}
}
