1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:54:42 -05:00

display flex lel

This commit is contained in:
Ashley 2022-12-14 19:21:58 +00:00
parent bcaa5dc781
commit e98cfb45f6

View file

@ -327,8 +327,8 @@ a {
} }
.watch-page { .watch-page {
display: grid; display: flex;
grid-template-columns: repeat(2, auto); /* grid-template-columns: repeat(2, auto); */
gap: var(--gutter); gap: var(--gutter);
margin-inline: var(--gutter); margin-inline: var(--gutter);