First draft of PinJePunt analysis

This commit is contained in:
Pieter Vander Vennet 2023-03-01 04:39:31 +01:00
parent 09d522177a
commit f4b809c05f
7 changed files with 190 additions and 39 deletions

View file

@ -1141,6 +1141,10 @@ video {
width: min-content;
}
.w-64 {
width: 16rem;
}
.w-auto {
width: auto;
}