Only adjust card margin on mobile
This commit is contained in:
@@ -544,9 +544,12 @@ multiselect {
|
||||
}
|
||||
|
||||
.app-configure .row {
|
||||
margin: 0;
|
||||
@media(max-width:769px) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.app-configure-links {
|
||||
div {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user