Spaces:
Runtime error
Runtime error
Change in UI : the bottom margin was white which was ugly so it's being change
Browse files- 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:
|
|
|
|
|
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 */
|