Live page now looks better, just need to make form submit not reload the page.
This commit is contained in:
parent
29a4957a55
commit
fc99fc955b
4 changed files with 32 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue