summaryrefslogtreecommitdiff
path: root/md2pdf.css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-08 09:38:09 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-08 09:38:09 -0600
commit2cb14ebf79dd43aa96d54e65a0841d195d07bdf9 (patch)
tree41c0638dc2e26084ba84c6384291adc0fa1989c1 /md2pdf.css
parent9fcd733232b6f209519d2eadc83ed4cbd3376e0d (diff)
downloadcmath-2cb14ebf79dd43aa96d54e65a0841d195d07bdf9.tar.gz
cmath-2cb14ebf79dd43aa96d54e65a0841d195d07bdf9.zip
add produced markdown -> pdf + css
Diffstat (limited to 'md2pdf.css')
-rw-r--r--md2pdf.css3
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%;
+}