Das eine nach dem andren das mit dem Mobil kommt noch, die farben mache ich nachher raus, ich hab das nun so gelöst:
CSS
.boxContainer {
display: flex;
flex-wrap: wrap;
padding: 0px 0;
margin-left: 17.5%;
}
.boxesFooterBoxes .box {
flex: 0 0 33%;
margin-top: 0 !important;
max-width:25%;
padding-top: 10px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 1) ;
}
Display More