diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-05-01 16:16:40 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | bb0055d461debebe9dfcc4db6f9155870473142e (patch) | |
| tree | 7751b7c191808403ff39e03100d3a1894864ce46 /docs/custom.css | |
| parent | 18da1df71e538cd98032937c542154f0efcb6fbb (diff) | |
Docs: Only increase the width for the state machine
Diffstat (limited to 'docs/custom.css')
| -rw-r--r-- | docs/custom.css | 7 |
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%); } |
