Refactor HTML and CSS styles

This commit is contained in:
Dede Fuji Abdul
2024-01-10 10:36:29 +07:00
parent 8228520851
commit e2f59f804e
3 changed files with 13 additions and 4 deletions

View File

@ -3,6 +3,15 @@
@tailwind utilities;
@layer components {
html {
@apply h-full bg-layout;
}
body {
@apply h-full;
}
#app {
@apply h-full;
}
/* NavBar */
.menu-item {
@apply w-full text-left block px-4 py-3 text-base text-gray-800;