]> PHS Git Server - phs-admin.git/commitdiff
Working on tailwind and styles.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 17:16:35 +0000 (12:16 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 17:16:35 +0000 (12:16 -0500)
src/App.js

index 26a676796cf4913c0878aa2dff491da0ec291db0..c534854bad31ccfb3cebe8b520ba369ad45533ae 100755 (executable)
@@ -21,7 +21,7 @@ const App = () => {
         <AuthProvider>
           <div className="flex flex-col min-h-screen">
             <AppHeader />
-            <main className="flex-grow pt-40" style={{ paddingTop: '64px' }}> {/* Padding for sticky header */}
+            <main className="flex-grow pt-40"> {/* Padding for sticky header */}
               <AppRoutes />
             </main>
           </div>