cyberandy commited on
Commit
a69a5e2
1 Parent(s): 5a3b7f8

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -0
style.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ /* Increase the height of the progress bar */
2
+ .stProgress > div > div {
3
+ height: 30px; /* Adjust the height as needed */
4
+ }