Files
the-biergarten-app/src/styles/globals.css
Aaron William Po 07330beb9c Update navbar, implement useNavbar hook, style updates
- Created a custom hook that returns an object with pages depending on user auth. This is a refactor of the logic found in the navbar component.
- Updated styles for card components
- Fix font size issues for mobile.
- Update theming to include a new pastel theme.
2023-04-13 23:04:25 -04:00

7 lines
90 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
@apply shadow-md
}