Improve arrangement of columns

This commit is contained in:
Emi Simpson 2023-07-05 22:34:29 -04:00
parent ca82750003
commit d3fd2f68c8
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ input
.columns
display: flex
flex-flow: row wrap
justify-content: center
overflow-y: auto
& > :nth-child(4n+1)