add team members

This commit is contained in:
2025-06-11 16:52:40 +02:00
parent d09447fd5b
commit 4611d325f6
41 changed files with 407 additions and 191 deletions

View File

@@ -3008,6 +3008,11 @@
display: none;
}
}
.lg\:aspect-3\/2 {
@media (width >= 64rem) {
aspect-ratio: 3/2;
}
}
.lg\:aspect-3\/4 {
@media (width >= 64rem) {
aspect-ratio: 3/4;