summaryrefslogtreecommitdiff
path: root/docs/custom.css
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-05-01 16:16:40 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitbb0055d461debebe9dfcc4db6f9155870473142e (patch)
tree7751b7c191808403ff39e03100d3a1894864ce46 /docs/custom.css
parent18da1df71e538cd98032937c542154f0efcb6fbb (diff)
Docs: Only increase the width for the state machine
Diffstat (limited to 'docs/custom.css')
-rw-r--r--docs/custom.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/custom.css b/docs/custom.css
index 7a2dc5b..fe5455e 100644
--- a/docs/custom.css
+++ b/docs/custom.css
@@ -1,3 +1,6 @@
-:root {
- --content-max-width: 1500px;
+.statemachine {
+ position: relative;
+ width: 80vw;
+ left: 50%;
+ transform: translateX(-50%);
}