Chore: regen css

This commit is contained in:
Pieter Vander Vennet 2024-01-15 01:46:40 +01:00
parent 8853bba4f7
commit ac431b44ae

View file

@ -891,11 +891,6 @@ video {
margin-right: 3rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -1064,6 +1059,10 @@ video {
display: contents;
}
.\!contents {
display: contents !important;
}
.list-item {
display: list-item;
}
@ -1249,6 +1248,10 @@ video {
width: 16rem;
}
.w-1\/2 {
width: 50%;
}
.w-auto {
width: auto;
}