From 0dcb93751521a0f1436d85d089c9b40c03653e72 Mon Sep 17 00:00:00 2001 From: Bob Burningham Date: Sat, 7 Oct 2023 11:26:45 -0700 Subject: [PATCH] fixed typo in globals --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 102d778..ff018ff 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,7 +3,7 @@ @tailwind utilities; html, -boby, +body, :root { height: 100%; }