diff --git a/madblog/static/css/blog.css b/madblog/static/css/blog.css index 4b8983f..4b2467c 100644 --- a/madblog/static/css/blog.css +++ b/madblog/static/css/blog.css @@ -6,6 +6,7 @@ main .content { main .content p, main .content ul { + font-family: Lora,'Palatino Linotype','Book Antiqua','New York','DejaVu serif',serif; text-align: justify; overflow-wrap: break-word; word-break: break-word; @@ -24,6 +25,10 @@ main .content code, .codehilite { main { font-size: 0.9em; } + + main .content { + padding: 2em 0; + } } a:hover {