jnnan commited on
Commit
b7d1ea5
1 Parent(s): d7240af

Update static/index.css

Browse files
Files changed (1) hide show
  1. static/index.css +2 -1
static/index.css CHANGED
@@ -7,7 +7,8 @@
7
  height: 100vh; /* Full viewport height */
8
  }
9
  .left-column {
10
- flex: 0 0 200px; /* Fixed width */
 
11
  background-color: #f2f2f2;
12
  /* More styles for the left column content */
13
  }
 
7
  height: 100vh; /* Full viewport height */
8
  }
9
  .left-column {
10
+ flex: 0 0 80px; /* Fixed width */
11
+ height: 100%;
12
  background-color: #f2f2f2;
13
  /* More styles for the left column content */
14
  }