summaryrefslogtreecommitdiff
path: root/docs/custom.css
diff options
context:
space:
mode:
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%);
}