-

+
+
PHOTOS
diff --git a/static/tailwind.css b/static/tailwind.css
index d148b34..910e6df 100644
--- a/static/tailwind.css
+++ b/static/tailwind.css
@@ -689,6 +689,10 @@ video {
aspect-ratio: 342/288;
}
+.aspect-\[1\/1\] {
+ aspect-ratio: 1/1;
+}
+
.h-\[37px\] {
height: 37px;
}
@@ -757,6 +761,10 @@ video {
height: 416px;
}
+.h-\[376px\] {
+ height: 376px;
+}
+
.max-h-\[40vh\] {
max-height: 40vh;
}