change image size and ratio in drag and tick game

This commit is contained in:
2025-09-04 13:13:52 +05:30
parent e02e00c4de
commit 83663a9d33
7 changed files with 28 additions and 10 deletions

View File

@@ -549,6 +549,9 @@ import Layout from "../../layouts/Layout.astro";
}
#image1, #image2, #image3, #image4, #image5, #image6{
width: 150px;
height: 150px;
object-fit: contain;
border-radius: 8px;
}
#label1, #label2, #label3, #label4, #label5, #label6{
text-align: center;