change the asynchronity

This commit is contained in:
2024-07-25 22:38:00 +02:00
parent 754a115043
commit 8b6dbc83c7
6 changed files with 13 additions and 23 deletions

View File

@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/
/*
@ -604,6 +604,11 @@ video {
margin-bottom: 3rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
@ -619,11 +624,6 @@ video {
margin-bottom: 1.5rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}