tiefen_space_web/app/globals.css

8 lines
119 B
CSS

@tailwind base;
@layer base {
img {
@apply inline-block;
}
}
@tailwind components;
@tailwind utilities;