Site-Proximo/src/css/Components/articles.css
2021-02-04 19:27:45 +01:00

20 lines
246 B
CSS

#articleContainer{
display:flex;
justify-content:center;
margin-top:2vw;
margin-bottom:5vw
}
#articles{
display:flex;
flex-wrap:wrap;
width:80%;
justify-content: center;
}