Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -310,6 +310,9 @@ def create_nexus_interface():
|
|
310 |
padding: 12px 24px !important;
|
311 |
transition: all 0.3s ease !important;
|
312 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
|
|
|
|
|
|
313 |
}
|
314 |
|
315 |
.primary-button:hover {
|
|
|
310 |
padding: 12px 24px !important;
|
311 |
transition: all 0.3s ease !important;
|
312 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
313 |
+
margin: auto;
|
314 |
+
margin-left: 10px;
|
315 |
+
margin-right: 10px;
|
316 |
}
|
317 |
|
318 |
.primary-button:hover {
|