diff --git a/py/jon/templates/base.html b/py/jon/templates/base.html index afa7b0c..735b1f4 100644 --- a/py/jon/templates/base.html +++ b/py/jon/templates/base.html @@ -57,6 +57,11 @@ th { font-size: .8em; } + @media print { + body { + font-size: 8px; + } + }