aboutsummaryrefslogtreecommitdiff
path: root/docs/gen/style.css
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-18 13:43:56 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-18 13:43:56 +0100
commita1b15467c49cea4080898b970cbc90e4fd4a32fd (patch)
tree0e309736b9af09d9e2f46aa4c7a7798e95499dc7 /docs/gen/style.css
parentd26a1b718fe323778cb5a7d2ecceaf9d85258705 (diff)
add document headings
Diffstat (limited to 'docs/gen/style.css')
-rw-r--r--docs/gen/style.css16
1 files changed, 16 insertions, 0 deletions
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;
+ }
}