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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user