diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-08 09:38:09 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-08 09:38:09 -0600 |
commit | 2cb14ebf79dd43aa96d54e65a0841d195d07bdf9 (patch) | |
tree | 41c0638dc2e26084ba84c6384291adc0fa1989c1 /md2pdf.css | |
parent | 9fcd733232b6f209519d2eadc83ed4cbd3376e0d (diff) | |
download | cmath-2cb14ebf79dd43aa96d54e65a0841d195d07bdf9.tar.gz cmath-2cb14ebf79dd43aa96d54e65a0841d195d07bdf9.zip |
add produced markdown -> pdf + css
Diffstat (limited to 'md2pdf.css')
-rw-r--r-- | md2pdf.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/md2pdf.css b/md2pdf.css new file mode 100644 index 0000000..e2718ba --- /dev/null +++ b/md2pdf.css @@ -0,0 +1,3 @@ +img { + max-width: 100%; +} |