blob: fa8a6ba69d1b8e7e88e824d774ff4b6aa4dcbc6d [file] [log] [blame]
Samuel Shuert604e31d2021-09-02 16:06:20 -05001.container {
2 display: flex;
3 flex-wrap: wrap;
4 align-items: center;
5 justify-content: center;
6 width: 100%;
7 height: auto;
8}
9
10.tile {
11 display: flex;
12}