so many changes
Some checks failed
test / cargo test (push) Failing after 1m2s

This commit is contained in:
2024-10-03 14:59:28 +02:00
parent 2979e21285
commit ceb3f4b89d
19 changed files with 124 additions and 66 deletions

View File

@ -702,6 +702,11 @@ video {
margin-bottom: 1.25rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@ -818,6 +823,10 @@ video {
max-width: 64rem;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-grow {
flex-grow: 1;
}
@ -868,6 +877,10 @@ video {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.gap-2 {
gap: 0.5rem;
}
@ -1034,6 +1047,16 @@ video {
line-height: 1.75rem;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.font-bold {
font-weight: 700;
}