hamburger/app/globals.css
yaemiku f85a2cc0c5
Some checks failed
Build Full Stack / release-image (push) Failing after 2m9s
New version!
2024-12-22 01:37:41 +01:00

8 lines
148 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
ul {
@apply flex flex-row gap-x-4 flex-wrap list-inside items-center justify-center
}