2ch commited on
Commit
7fcfdb0
·
verified ·
1 Parent(s): fd2959e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -130,6 +130,7 @@
130
  #text {
131
  width: 100%;
132
  min-height: 280px;
 
133
  padding: 18px 20px;
134
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
135
  font-size: 0.95rem;
@@ -240,6 +241,7 @@
240
 
241
  #text {
242
  min-height: 220px;
 
243
  font-size: 0.9rem;
244
  }
245
  }
 
130
  #text {
131
  width: 100%;
132
  min-height: 280px;
133
+ height: calc(100vh - 300px);
134
  padding: 18px 20px;
135
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
136
  font-size: 0.95rem;
 
241
 
242
  #text {
243
  min-height: 220px;
244
+ height: calc(100vh - 380px);
245
  font-size: 0.9rem;
246
  }
247
  }