Spaces:
Runtime error
Runtime error
v2p2
Browse files
style.css
CHANGED
@@ -31,4 +31,16 @@ h1 {
|
|
31 |
|
32 |
#subtitle {
|
33 |
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
|
|
31 |
|
32 |
#subtitle {
|
33 |
text-align: center;
|
34 |
+
}
|
35 |
+
|
36 |
+
#history-dropdown {
|
37 |
+
margin-top: 1rem;
|
38 |
+
}
|
39 |
+
|
40 |
+
#clear-button, #random-prompt-button {
|
41 |
+
margin-right: 0.5rem;
|
42 |
+
}
|
43 |
+
|
44 |
+
#json-input {
|
45 |
+
font-family: monospace;
|
46 |
}
|