Spaces:
Running
on
Zero
Running
on
Zero
Update style.css
Browse files
style.css
CHANGED
@@ -12,6 +12,7 @@ h1 {
|
|
12 |
|
13 |
.gradio-container {
|
14 |
max-width: 690px! important;
|
|
|
15 |
}
|
16 |
|
17 |
#share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
|
|
|
12 |
|
13 |
.gradio-container {
|
14 |
max-width: 690px! important;
|
15 |
+
margin: 0 auto !important;
|
16 |
}
|
17 |
|
18 |
#share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
|