larxius commited on
Commit
62ea0f8
·
verified ·
1 Parent(s): 8ba3fc5

Update frontend/src/index.css

Browse files
Files changed (1) hide show
  1. 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
  }