Open main menu
Home
Random
Log in
Settings
About wiki
Terms and conditions of use
wiki
Search
Changes
← Older edit
Newer edit →
ESDC Onboarding/Dev2
(view source)
Revision as of 16:25, 13 September 2021
6 bytes removed
,
16:25, 13 September 2021
no edit summary
Line 3:
Line 3:
.my-container {
.my-container {
display:flex;
display:flex;
+
flex-wrap: wrap;
justify-content: space-evenly;
justify-content: space-evenly;
}
}
−
@media screen and (
max
-width: 560px) {
+
@media screen and (
min
-width: 560px) {
−
.my-
container
{
+
.my-
item
{
−
flex-wrap
:
wrap
;
+
width
:
45vw
;
}
}
}
}
−
@media screen and (
max
-width: 992px) {
+
@media screen and (
min
-width: 992px) {
.my-container{
.my-container{
−
flex-wrap:
wrap
;
+
flex-wrap:
nowrap
;
−
}
+
−
.my-item{
−
width: 45vw;
}
}
}
}
Margaret.chen
233
edits