diff options
author | EuAndreh <eu@euandre.org> | 2021-09-13 09:08:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-13 13:13:47 -0300 |
commit | 3a02b38ecb9746b30179466dd2e9b9787ab2fc12 (patch) | |
tree | 8c1315a705fc76c84001c322a49cb4a70758badb /aux/workflow | |
parent | aux/ci/ci-build.sh: Stop generating docker.tar.gz file (diff) | |
download | git-permalink-3a02b38ecb9746b30179466dd2e9b9787ab2fc12.tar.gz git-permalink-3a02b38ecb9746b30179466dd2e9b9787ab2fc12.tar.xz |
aux/workflow/style.css: Center the body and add a max-width
Diffstat (limited to 'aux/workflow')
-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; } |