This commit is contained in:
zadit
2024-11-01 11:33:26 +07:00
parent 5a2b9b2f86
commit 32e8ebd69b
20 changed files with 812 additions and 509 deletions

View File

@@ -1,14 +1,14 @@
.item-type {
width: calc(25vw - 20px);
height: calc(39vw - 20px);
margin: 1px 10px -5px;
height: calc(30vw - 20px);
margin: 1px 10px 0px;
overflow: visible;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative; /* Ensure absolute positioning inside works */
position: relative;
}
.item-type-rectangular {
width: calc(25vw - 20px);
@@ -34,8 +34,8 @@
}
.item-type-rect {
position: relative;
height: 20vw;
width: 20vw;
height: 13vw;
width: 13vw;
object-fit: cover;
border-radius: 15px;
background-color: #fff;
@@ -46,7 +46,6 @@
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 10px; /* Adjust margin for spacing */
font-size: 14px;
color: #333;
width: calc(25vw - 30px);