Spaces:
Paused
Paused
Update style.css
Browse files
style.css
CHANGED
|
@@ -19,13 +19,11 @@
|
|
| 19 |
width: 100%;
|
| 20 |
height: 100%; /* Adjust height as needed */
|
| 21 |
display: flex;
|
| 22 |
-
flex-direction: column; /* Assuming vertical stacking of components */
|
| 23 |
-
/* Add any additional styles specific to the container */
|
| 24 |
}
|
| 25 |
|
| 26 |
#component-4 {
|
| 27 |
flex-grow: 1; /* Allows component-4 to expand to fill remaining space */
|
| 28 |
-
min-width: min(
|
| 29 |
/* Add any other necessary styles */
|
| 30 |
}
|
| 31 |
|
|
|
|
| 19 |
width: 100%;
|
| 20 |
height: 100%; /* Adjust height as needed */
|
| 21 |
display: flex;
|
|
|
|
|
|
|
| 22 |
}
|
| 23 |
|
| 24 |
#component-4 {
|
| 25 |
flex-grow: 1; /* Allows component-4 to expand to fill remaining space */
|
| 26 |
+
min-width: min(512px, 100%);
|
| 27 |
/* Add any other necessary styles */
|
| 28 |
}
|
| 29 |
|