bazooChat
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
416 B

.ProductFeatures{
display:flex;
flex-wrap: wrap;
width:30em;
}
.ProductFeatures .feature{
flex: 0 0 calc(33.333333% - 24px);
display: flex;
flex-direction: column;
align-items: center;
width:115px;
height: 115px;
justify-content: center;
margin:5px;
background: rgba(248,248,248,0.5);
font-size: 12px;
border-radius: 20px;
border: 1px solid #E5E5E5;
}