Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
|
@@ -57,6 +57,13 @@
|
|
| 57 |
height: 600px;
|
| 58 |
}
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
/* this is the "UNDO_BUTTON, X_BUTTON" */
|
| 61 |
div.svelte-1030q2h{
|
| 62 |
width: 30px;
|
|
|
|
| 57 |
height: 600px;
|
| 58 |
}
|
| 59 |
|
| 60 |
+
/* this is the "pix2pix-turbo" above the process button */
|
| 61 |
+
#description > span{
|
| 62 |
+
display: flex;
|
| 63 |
+
justify-content: center; /* Center horizontally */
|
| 64 |
+
align-items: center; /* Center vertically */
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
/* this is the "UNDO_BUTTON, X_BUTTON" */
|
| 68 |
div.svelte-1030q2h{
|
| 69 |
width: 30px;
|