Yaron Koresh commited on
Commit
b73ae25
·
verified ·
1 Parent(s): d59b7b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -130,9 +130,11 @@ footer {
130
  .dropdown-arrow {
131
  display: none !important;
132
  }
133
- *:has(.btn), .btn {
134
- width: 100% !important;
135
- margin: 0 auto !important;
 
 
136
  }
137
  """
138
 
 
130
  .dropdown-arrow {
131
  display: none !important;
132
  }
133
+ *:has(>.btn) {
134
+ width: 100%;
135
+ }
136
+ .btn {
137
+ margin: 0 auto;
138
  }
139
  """
140