Skip to content
Prev Previous commit
Next Next commit
Clean up most of the new margin utilities
  • Loading branch information
tobiasahlin committed Mar 24, 2021
commit 3ec257dffa1ca8dfd7192b9d2c0a3c0f54fc8486
14 changes: 1 addition & 13 deletions src/marketing/utilities/margin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,4 @@
margin-top: auto !important;
}

.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}

.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}

.m-auto {
margin: auto !important;
}
.m-auto { margin: auto !important; }