yeshpanovrustem commited on
Commit
d8e663b
1 Parent(s): ea8a569

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -8
style.css CHANGED
@@ -14,12 +14,8 @@ p#warning {
14
  color: red;
15
  }
16
 
17
- .streamlit-expanderHeader {
18
- background-color: white;
19
- color: green; # Adjust this for expander header color
20
- }
21
-
22
- .streamlit-expanderContent {
23
- background-color: yellow;
24
- color: red; # Expander content color
25
  }
 
14
  color: red;
15
  }
16
 
17
+ .stRadio [role = radiogroup]{
18
+ align-items: center;
19
+ justify-content: center;
20
+ font-size: 3rem !important;
 
 
 
 
21
  }