Update verbatim.css
Browse files- verbatim.css +9 -0
verbatim.css
CHANGED
|
@@ -156,3 +156,12 @@ html, body, .gradio-container {
|
|
| 156 |
|
| 157 |
/* ====== Footer ====== */
|
| 158 |
.vb-footer{color:#0F172A !important;font-size:12px;text-align:center;margin:16px 0;font-weight:400 !important}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
|
| 157 |
/* ====== Footer ====== */
|
| 158 |
.vb-footer{color:#0F172A !important;font-size:12px;text-align:center;margin:16px 0;font-weight:400 !important}
|
| 159 |
+
|
| 160 |
+
/* Center the main CTA button */
|
| 161 |
+
.gradio-container .vb-cta{
|
| 162 |
+
width: fit-content !important; /* no more full-width button */
|
| 163 |
+
display: block !important;
|
| 164 |
+
margin: 0 auto !important; /* centers it */
|
| 165 |
+
padding: 14px 22px !important; /* keeps the nice size */
|
| 166 |
+
}
|
| 167 |
+
|