Changes

79 bytes added ,  17:08, 13 September 2021
no edit summary
Line 4: Line 4:  
display:flex;
 
display:flex;
 
         justify-content: space-evenly;
 
         justify-content: space-evenly;
 +
}
 +
@media screen and (max-width: 560px) {
 +
.my-container{
 +
  flex-wrap: wrap;
 +
}
 
}
 
}
 
h1 {
 
h1 {
Line 30: Line 35:  
}
 
}
 
}}
 
}}
 +
    
<div class="my-container">  
 
<div class="my-container">  
233

edits