Sergidev commited on
Commit
d38aad6
·
verified ·
1 Parent(s): 193ff30
Files changed (1) hide show
  1. style.css +12 -0
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
  }