20 lines
246 B
CSS
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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|