wowana.me

website source


commit 22913e8d69fda814a4f28c5c297c5d57d5c2ce28
parent 7315e74461e4538f41abd64b7358d5167b082c64
Author: opal hart <opal@wowana.me>
Date:   Mon, 16 Mar 2020 19:45:21 +0000

css: quick fix for pre tags

fix <pre/> indentation

Diffstat:
Mout/opal.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/out/opal.css b/out/opal.css @@ -95,6 +95,9 @@ main p { text-align: justify; text-indent: 1em; } +main pre { + text-indent: 0; +} main li { margin-bottom: 0.2em; }