Add margin utility class for small screens

This commit is contained in:
Dede Fuji Abdul
2024-04-02 15:02:33 +07:00
parent 4b64cfcb6f
commit 02cbd62c42

View File

@ -5545,6 +5545,10 @@ body {
grid-column-start: 2;
}
.sm\:m-8 {
margin: 2rem;
}
.sm\:mx-0 {
margin-left: 0px;
margin-right: 0px;