This commit is contained in:
2025-07-01 20:08:56 +09:00
parent e57ba6b2f0
commit 74971c923c
2 changed files with 15 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply overflow-x-clip;
}
}
:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;