allow wrap by default

This commit is contained in:
Gabriel 2023-12-09 14:55:42 -05:00
parent f4fe0aae26
commit 4ed5458753

View file

@ -202,6 +202,7 @@ div {
justify-content: center;
flex-direction: row;
text-align: center;
flex-wrap: wrap;
}
article {