I need a list like this (unordered list, div or whatever works the best for this scenario):
A B C
D E F
G H I
J K
with three breaking points. On mobile, one column. On a bit larger screen, two columns. 1080p displays (min-width: 52em) or anything larger, three columns.
The goal is to have the items sort horizontally as shown above, and maintain the same sorting order when the layout breaks.
I would appreciate any help. Thank you.