AnseMin commited on
Commit
7022f7f
·
1 Parent(s): dbdd7c8

Change in UI : the bottom margin was white which was ugly so it's being change

Browse files
Files changed (1) hide show
  1. src/ui/ui.py +3 -1
src/ui/ui.py CHANGED
@@ -171,7 +171,9 @@ def create_ui():
171
  /* Style the app title */
172
  .app-title {
173
  text-align: center;
174
- margin-bottom: 20px;
 
 
175
  }
176
 
177
  /* Info section */
 
171
  /* Style the app title */
172
  .app-title {
173
  text-align: center;
174
+ margin-bottom: 2px;
175
+ border-bottom: 1px solid #0B0B0D;
176
+ padding-bottom: 4px;
177
  }
178
 
179
  /* Info section */