mirror of
https://github.com/Dvorinka/bizoni.git
synced 2026-07-29 05:13:47 +00:00
added team dresses
This commit is contained in:
+10
-15
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user