more margin option, with name

This commit is contained in:
2023-01-28 14:37:08 +02:00
parent c90db49be3
commit 3a15e58ee3
3 changed files with 18 additions and 13 deletions

View File

@ -3101,6 +3101,14 @@ select {
margin: 5rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:m-14 {
margin: 3.5rem;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;