Spaces:
Paused
Paused
Update static/index.css
Browse files- static/index.css +8 -5
static/index.css
CHANGED
|
@@ -6,11 +6,14 @@
|
|
| 6 |
display: flex;
|
| 7 |
height: 100vh; /* Full viewport height */
|
| 8 |
}
|
| 9 |
-
|
| 10 |
-
width:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
| 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 */
|