Skip to content

Commit 767af74

Browse files
committed
- minor styling adjustments
1 parent 4bbab1a commit 767af74

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tools/speed_reading_trainer.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
}
260260

261261
#text-input {
262-
width: calc(100% - 30px);
262+
width: calc(100% - 2rem);
263263
min-height: 150px;
264264
padding: 1rem;
265265
border: 1px solid #cbd5e0;
@@ -303,7 +303,7 @@
303303
}
304304

305305
#progress-chart-container {
306-
width: 100%;
306+
width: calc(100% - 2rem);
307307
height: 280px;
308308
margin-top: 1.5rem;
309309
padding: 1rem;
@@ -421,7 +421,7 @@
421421
input[type="range"] {
422422
height: 8px;
423423
-webkit-appearance: none;
424-
width: calc(100% - 30px);
424+
width: calc(100% - 2rem);
425425
border-radius: 8px;
426426
background: #e2e8f0;
427427
outline: none;
@@ -550,6 +550,10 @@
550550
}
551551

552552
/* New styles for improved UI */
553+
#intro-section {
554+
margin-top: 2rem;
555+
}
556+
553557
.panel.primary-panel {
554558
border-left: 4px solid #4a6fa5;
555559
}

0 commit comments

Comments
 (0)