mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
- 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.
7 lines
90 B
CSS
7 lines
90 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.card {
|
|
@apply shadow-md
|
|
} |