text now fits the slide on both previews and real pres

This commit is contained in:
Chris Cochrun 2024-12-06 12:50:38 -06:00
parent 9695c8670f
commit 44aab37447
3 changed files with 47 additions and 14 deletions

View file

@ -8,3 +8,6 @@ clean:
RUST_LOG=debug cargo clean
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
alias r := run
alias c := clean