jnnan commited on
Commit
8c60646
1 Parent(s): 6e942c3

Update static/index.css

Browse files
Files changed (1) hide show
  1. static/index.css +8 -5
static/index.css CHANGED
@@ -6,11 +6,14 @@
6
  display: flex;
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 */
 
 
 
14
  }
15
  .right-column {
16
  flex-grow: 1; /* Fill the remaining width */
 
6
  display: flex;
7
  height: 100vh; /* Full viewport height */
8
  }
9
+ left-column {
10
+ width: 100px; /* Fixed width */
11
+ background-color: #f2f2f2; /* Just for demonstration */
12
+ }
13
+
14
+ .left-column img {
15
+ width: auto; /* Make the image responsive to the container width */
16
+ height: 100%; /* Maintain aspect ratio */
17
  }
18
  .right-column {
19
  flex-grow: 1; /* Fill the remaining width */