Daniel Fichtner
Daniel Fichtner
Having the exact same issue. Workaround here: https://github.com/orzih/mkdocs-with-pdf/issues/79
I seem to have the same problem. It simply does not overwrite any of the font sizes with the custom CSS styles.scss in a folder templates in mkdocs root.
@StefanSchroeder well I just went directly into the source code and edited everything I needed in there. It's all still open source :) It's a little bit more complicated but...
Encountering the same problem. mkdocs: 1.2.3 mkdocs-material: 8.1.7 mkdocs-with-pdf: 0.9.3 Arch Linux
Fix: add the ol to "content indent" in mkdocs_with_pdf/themes/material.scss in line 69 &>ul, &>ol { margin-left: 1.5rem; }