]> git.0d.be Git - chloro.git/commitdiff
style: increase line height in paragraphs
authorFrédéric Péters <fpeters@0d.be>
Sun, 12 Jan 2020 08:53:48 +0000 (09:53 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 12 Jan 2020 08:53:48 +0000 (09:53 +0100)
chloro/phyll/static/css/style.scss

index d6cee3eb7fce0b22fdf7449e9edb1d7b5cfc3a59..63526efcd17a9ea12b162b68f9f199ddfe6844c4 100644 (file)
@@ -117,6 +117,9 @@ main {
                        font-style: italic;
                }
        }
                        font-style: italic;
                }
        }
+       p {
+               line-height: 160%;
+       }
        code,
        pre.screen {
                background: #111;
        code,
        pre.screen {
                background: #111;