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:
Zed A. Shaw 2025-09-18 14:57:52 -04:00
parent 31b224c6e8
commit 931c493928
9 changed files with 123 additions and 26 deletions

View file

@ -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 {