Spaces:
Running
on
Zero
Running
on
Zero
Update custom.css
Browse files- custom.css +2 -1
custom.css
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#title{text-align: center}
|
2 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
3 |
-
#title img{width:
|
|
|
4 |
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
|
5 |
#run_button{position:absolute;margin-top: 35px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}
|
6 |
#gallery{display:flex; border-top-left-radius: 0; border-top-right-radius: 0; border-top-color: transparent}
|
|
|
1 |
#title{text-align: center}
|
2 |
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
3 |
+
#title img {width: 120px;margin-right: 20px}
|
4 |
+
#title .prose {max-width: 330px;margin: 0 auto}
|
5 |
#prompt input{width: calc(100% - 160px);border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
|
6 |
#run_button{position:absolute;margin-top: 35px;right: 0;margin-right: 0.8em;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}
|
7 |
#gallery{display:flex; border-top-left-radius: 0; border-top-right-radius: 0; border-top-color: transparent}
|