Fix item card height

This commit is contained in:
Late Night Defender 2024-06-21 15:11:28 +07:00
parent 669fec8aa6
commit 225d015b69

View file

@ -149,7 +149,7 @@ html *
background-color: #ffffff;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
margin-bottom: 0.5cm;
min-height: 3cm;
height: 3cm;
min-width: 6cm;
width: 32.5%;
transition-duration: 0.2s;
@ -159,7 +159,7 @@ html *
border-radius: 12px;
text-decoration: none;
margin-bottom: 0.5cm;
min-height: 3cm;
height: 3cm;
min-width: 6cm;
width: 32.5%;
transition-duration: 0.2s;
@ -261,7 +261,7 @@ html *
background-color: #303030;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
margin-bottom: 0.5cm;
min-height: 3cm;
height: 3cm;
min-width: 6cm;
width: 32.5%;
transition-duration: 0.2s;
@ -271,7 +271,7 @@ html *
border-radius: 12px;
text-decoration: none;
margin-bottom: 0.5cm;
min-height: 3cm;
height: 3cm;
min-width: 6cm;
width: 32.5%;
transition-duration: 0.2s;