Allow content to wrap

Nakidai 2024-01-30 00:27:01 +03:00
parent 3a83721e5f
commit f6e9a55861
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
flex-wrap: wrap;
align-items: center; align-items: center;
} }