aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-13 09:08:41 -0300
committerEuAndreh <eu@euandre.org>2021-09-13 13:13:47 -0300
commit3a02b38ecb9746b30179466dd2e9b9787ab2fc12 (patch)
tree8c1315a705fc76c84001c322a49cb4a70758badb
parentaux/ci/ci-build.sh: Stop generating docker.tar.gz file (diff)
downloadgit-permalink-3a02b38ecb9746b30179466dd2e9b9787ab2fc12.tar.gz
git-permalink-3a02b38ecb9746b30179466dd2e9b9787ab2fc12.tar.xz
aux/workflow/style.css: Center the body and add a max-width
-rw-r--r--aux/workflow/style.css5
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;
}