Spaces:
Paused
Paused
Update static/index.css
Browse files- 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
|
|
|
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 |
}
|