Spaces:
Paused
Paused
Update static/index.css
Browse files- static/index.css +1 -1
static/index.css
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
height: 100vh; /* Full viewport height */
|
8 |
}
|
9 |
.left-column {
|
10 |
-
|
11 |
height: 100%;
|
12 |
background-color: #f2f2f2;
|
13 |
/* More styles for the left column content */
|
|
|
7 |
height: 100vh; /* Full viewport height */
|
8 |
}
|
9 |
.left-column {
|
10 |
+
width: 80px; /* Fixed width */
|
11 |
height: 100%;
|
12 |
background-color: #f2f2f2;
|
13 |
/* More styles for the left column content */
|