Allow content to wrap

master
Nakidai 2024-01-30 00:27:01 +03:00 committed by Nakidai
parent 86e30f8632
commit 0a72df68cc
Signed by: nakidai
GPG Key ID: 18AD605FDA13FE5A
1 changed files with 1 additions and 0 deletions

View File

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