Live page now looks better, just need to make form submit not reload the page.

This commit is contained in:
Zed A. Shaw 2025-09-17 00:30:12 -04:00
parent 29a4957a55
commit fc99fc955b
4 changed files with 32 additions and 20 deletions

View file

@ -6,7 +6,7 @@ body {
}
main {
@apply flex flex-col items-center gap-4 p-0 min-h-screen bg-gray-200 text-black dark:bg-gray-900 dark:text-gray-50;
@apply flex flex-col justify-stretch items-center gap-4 p-0 min-h-screen bg-gray-200 text-black dark:bg-gray-900 dark:text-gray-50;
}
header {