Enhance layout and styling: Update index.html for full-width root div, adjust tailwind.config.js for container padding and screen sizes, refactor NavBar and LogIn components for improved user experience, and apply global styles for consistent layout across the application

This commit is contained in:
2025-11-08 04:08:29 +07:00
parent f16e4e0d48
commit 7b8d435521
11 changed files with 407 additions and 243 deletions

View File

@@ -7,7 +7,7 @@
<title>Managing</title>
</head>
<body>
<div id="root" class="min-h-screen flex flex-col"></div>
<div id="root" class="min-h-screen flex flex-col w-full"></div>
<script>
global = globalThis
</script>