Games now have a page and everything works on multiple size screens, but I need to do a serious refactoring to normalize all data to be Go style.
This commit is contained in:
parent
31b224c6e8
commit
931c493928
9 changed files with 123 additions and 26 deletions
|
|
@ -200,7 +200,7 @@ block.center-vertical {
|
|||
}
|
||||
|
||||
bar {
|
||||
@apply flex flex-row p-4 gap-4;
|
||||
@apply flex flex-col sm:flex-row p-4 gap-4;
|
||||
}
|
||||
|
||||
bar.center-horizontal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue