mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
display flex lel
This commit is contained in:
parent
982f9eac4f
commit
8a58a75919
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue