fix: update aspect ratio for WhatsNew image

This commit is contained in:
SethBurkart123
2026-03-18 11:52:27 +11:00
parent 52d13cbdc2
commit 18603026a3
+1 -1
View File
@@ -3437,7 +3437,7 @@ div.day-empty {
.whatsnewImg { .whatsnewImg {
margin: 0 auto; margin: 0 auto;
width: 90%; width: 90%;
aspect-ratio: 16 / 10; aspect-ratio: 16 / 9;
border-radius: 16px; border-radius: 16px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
} }