Deadmon commited on
Commit
4b10774
1 Parent(s): c33b95b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -3
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(320px, 100%);
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