Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -9,9 +9,8 @@ h1 {
|
|
9 |
border-radius: 100vh;
|
10 |
}
|
11 |
|
12 |
-
gradio-
|
13 |
-
max-width: 730px;
|
14 |
-
margin: auto;
|
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;}
|
|
|
9 |
border-radius: 100vh;
|
10 |
}
|
11 |
|
12 |
+
.gradio-container {
|
13 |
+
max-width: 730px! important;
|
|
|
14 |
}
|
15 |
|
16 |
#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;}
|