blog post thumbnails

This commit is contained in:
2024-08-16 20:22:19 +02:00
parent fdfa69c4b4
commit 9b81d70ae2
28 changed files with 178 additions and 32 deletions

View File

@ -1,5 +1,5 @@
/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com
*/
/*
@ -672,10 +672,6 @@ video {
aspect-ratio: 16 / 9;
}
.aspect-\[4\/3\] {
aspect-ratio: 4/3;
}
.h-0 {
height: 0px;
}
@ -832,11 +828,6 @@ video {
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.p-0 {
padding: 0px;
}