diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-03-01 19:29:00 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-03-01 19:29:00 -0500 |
| commit | 57f3fc0bcabce404c09976f104039862a4c6191c (patch) | |
| tree | ef2d51ed3f6efd31ad616bfb8c3a5a879908cdc7 | |
| parent | d1597dab04485193851bfa04550c485d0f7c2dbf (diff) | |
refactor: slide rendering changes
| -rw-r--r-- | src/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.php b/src/index.php index 062d80e..5360366 100644 --- a/src/index.php +++ b/src/index.php @@ -104,9 +104,9 @@ questions?</textarea> fg: '#000000', bg: '#ffffff', fontFamily: '', - lineSpacing: 1.4, - usableWidth: 0.85, - usableHeight: 0.85, + lineSpacing: 1.25, + usableWidth: 0.80, + usableHeight: 0.80, }, init() { |
