This commit is contained in:
zadit frontend
2024-10-05 12:15:18 +00:00
parent aec707c714
commit eec9caefd0
7 changed files with 276 additions and 39 deletions

View File

@@ -2,7 +2,29 @@
width: calc(25vw - 20px);
height: calc(39vw - 20px);
margin: 1px 10px -5px;
overflow: hidden;
overflow: visible;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative; /* Ensure absolute positioning inside works */
}
.item-type-rectangular {
width: calc(25vw - 20px);
height: calc(25vw - 20px);
overflow: visible;
text-align: center;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative; /* Ensure absolute positioning inside works */
}
.item-type-nomargin {
width: calc(25vw - 20px);
height: calc(39vw - 20px);
overflow: visible;
text-align: center;
align-items: center;
display: flex;
@@ -10,7 +32,6 @@
justify-content: center;
position: relative; /* Ensure absolute positioning inside works */
}
.item-type-rect {
position: relative;
height: 20vw;