Merge master

This commit is contained in:
Pieter Vander Vennet 2023-12-19 23:02:02 +01:00
commit f51b51c491
340 changed files with 15515 additions and 11114 deletions

View file

@ -911,10 +911,6 @@ video {
margin-bottom: 4rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mt-1 {
margin-top: 0.25rem;
}
@ -1110,10 +1106,6 @@ video {
height: fit-content;
}
.h-16 {
height: 4rem;
}
.h-0 {
height: 0px;
}
@ -1142,6 +1134,10 @@ video {
height: 1.25rem;
}
.h-16 {
height: 4rem;
}
.h-48 {
height: 12rem;
}
@ -1210,10 +1206,6 @@ video {
width: 1.5rem;
}
.w-16 {
width: 4rem;
}
.w-screen {
width: 100vw;
}
@ -1248,6 +1240,10 @@ video {
width: 2.75rem;
}
.w-16 {
width: 4rem;
}
.w-64 {
width: 16rem;
}
@ -1338,6 +1334,10 @@ video {
cursor: pointer;
}
.cursor-zoom-in {
cursor: zoom-in;
}
.resize {
resize: both;
}
@ -1901,6 +1901,11 @@ video {
line-height: 1.75rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
@ -1921,11 +1926,6 @@ video {
line-height: 2.5rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.font-extrabold {
font-weight: 800;
}
@ -2009,6 +2009,11 @@ video {
letter-spacing: -0.025em;
}
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));