This commit is contained in:
2025-03-25 21:00:56 +01:00
parent 869642fa4d
commit 89f7c8c4bb
4 changed files with 20 additions and 3 deletions

View File

@@ -630,6 +630,11 @@ video {
margin-right: auto;
}
.-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@@ -788,6 +793,14 @@ video {
width: 100%;
}
.w-1\/4 {
width: 25%;
}
.w-2\/4 {
width: 50%;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -881,6 +894,10 @@ video {
gap: 1.25rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-x-6 {
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;