Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/index.css
Browse files- frontend/src/index.css +6 -0
frontend/src/index.css
CHANGED
|
@@ -3,6 +3,12 @@
|
|
| 3 |
@tailwind utilities;
|
| 4 |
|
| 5 |
@layer base {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
html {
|
| 7 |
font-size: 14px; /* Decreased from default 16px */
|
| 8 |
}
|
|
|
|
| 3 |
@tailwind utilities;
|
| 4 |
|
| 5 |
@layer base {
|
| 6 |
+
html, body {
|
| 7 |
+
overflow-x: hidden;
|
| 8 |
+
max-width: 100%;
|
| 9 |
+
margin: 0;
|
| 10 |
+
padding: 0;
|
| 11 |
+
}
|
| 12 |
html {
|
| 13 |
font-size: 14px; /* Decreased from default 16px */
|
| 14 |
}
|