Only adjust card margin on mobile

This commit is contained in:
Johannes Zellner
2019-10-27 22:40:58 +01:00
parent ca2eacdd82
commit e21d17f6b8

View File

@@ -544,9 +544,12 @@ multiselect {
}
.app-configure .row {
margin: 0;
@media(max-width:769px) {
margin: 0;
}
}
.app-configure-links {
div {
cursor: pointer;