From 7e25b28b7fbfde6da452434b62382598175158dd Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sat, 13 Sep 2025 11:54:23 -0500 Subject: [PATCH] Working on tailwind and styles. --- src/styles/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/App.css b/src/styles/App.css index b7a6f3c..41a15fd 100755 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -1,3 +1,5 @@ +@import "../index.css"; + .container { @apply max-w-7xl mx-auto p-4; } -- 2.43.0