my-website/resources/css/app.css

7 lines
92 B
CSS
Raw Normal View History

2024-02-15 20:31:36 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
2024-02-16 23:36:28 +02:00
overflow-x: hidden;
2024-02-15 20:31:36 +02:00
}