harpomaxx commited on
Commit
520f36d
·
1 Parent(s): a6d3732

change output color and size

Browse files
Files changed (1) hide show
  1. app/static/style.css +3 -2
app/static/style.css CHANGED
@@ -52,10 +52,11 @@ h1 {
52
  }
53
 
54
  .text-gen-output {
55
- min-height: 1.2rem;
56
- margin: 1rem;
57
  padding: 0.5rem;
58
  border: 1px solid grey;
 
59
  border-radius: 5px;
60
  }
61
 
 
52
  }
53
 
54
  .text-gen-output {
55
+ width: 100%;
56
+ min-height: 2.2rem;
57
  padding: 0.5rem;
58
  border: 1px solid grey;
59
+ background-color: #D3D3D3;
60
  border-radius: 5px;
61
  }
62