diff options
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r-- | aux/workflow/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css index d72991e..dc9bda9 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -1,4 +1,9 @@ <style> + body { + max-width: 800px; + margin: 0 auto 0 auto; + } + hr { background-color: #ccc; } |