display flex lel

This commit is contained in:
Ashley 2022-12-14 19:21:58 +00:00
parent 982f9eac4f
commit 8a58a75919

View file

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