From a1b15467c49cea4080898b970cbc90e4fd4a32fd Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 18 Nov 2022 13:43:56 +0100 Subject: add document headings --- docs/gen/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/gen/style.css') diff --git a/docs/gen/style.css b/docs/gen/style.css index 43012db..601cbc6 100644 --- a/docs/gen/style.css +++ b/docs/gen/style.css @@ -45,4 +45,20 @@ th { border-bottom: 1pt solid black; } + + .docintro p { + display: flex; + flex-direction: row; + justify-content: space-between; + margin: 0; + } + + .docintro .left, + .docintro .right { + display: block; + } + + .docintro .right { + text-align: right; + } } -- cgit v1.2.3