added team dresses

This commit is contained in:
Tomas Dvorak
2024-11-12 17:39:29 +01:00
parent 856d24bf4c
commit 4614086545
4 changed files with 72 additions and 50 deletions
+10 -15
View File
@@ -31106,13 +31106,9 @@
width: 90% !important;
}
.two-per-row {
display: flex !important;
display: block !important;
flex-wrap: nowrap !important;
}
.two-per-row li {
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@@ -31121,13 +31117,9 @@
width: 90% !important;
}
.two-per-row {
display: flex !important;
display: block !important;
flex-wrap: nowrap !important;
}
.two-per-row li {
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}
}
/* Medium devices (landscape tablets, 768px and up) */
@@ -31136,13 +31128,9 @@
width: 60% !important;
}
.two-per-row {
display: flex !important;
display: block !important;
flex-wrap: nowrap !important;
}
.two-per-row li {
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}
}
/* Large devices (laptops/desktops, 992px and up) */
@@ -31158,6 +31146,9 @@
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}
.obleceni div{
margin: 10px !important;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@@ -31173,4 +31164,8 @@
flex: 1 1 50% !important; /* Each item takes up 50% of the row */
box-sizing: border-box !important; /* Ensures padding doesn't affect width */
}
.obleceni div{
margin: 10px !important;
}
}