diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:39:28 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:39:28 +0200 |
commit | b13e5102f67dec4a7d2aa524207bd56757a43d10 (patch) | |
tree | 1530dc36d2b4f3ba79c70d6917409d18d9890c05 /css | |
parent | CSS test (diff) | |
download | gitjoe-www-b13e5102f67dec4a7d2aa524207bd56757a43d10.tar.gz gitjoe-www-b13e5102f67dec4a7d2aa524207bd56757a43d10.tar.bz2 gitjoe-www-b13e5102f67dec4a7d2aa524207bd56757a43d10.tar.xz gitjoe-www-b13e5102f67dec4a7d2aa524207bd56757a43d10.tar.zst gitjoe-www-b13e5102f67dec4a7d2aa524207bd56757a43d10.zip |
CSS update
Diffstat (limited to 'css')
-rw-r--r-- | css/gitjoe.css | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index a89b185..dbaf708 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -19,10 +19,6 @@ body { background-color: #f5f5f5; position: relative; min-height: 100%; - padding: 5pt 0 5pt 0; - padding-bottom: 2.5rem; - margin-left: 10%; - margin-right: 20%; } header { @@ -34,6 +30,17 @@ header { border-top: 0pt; } +table { + margin-left: 10%; + margin-right: 10%; +} + +div#content { + padding: 5pt 0 5pt 0; + padding-bottom: 2.5rem; + margin-left: 10%; + margin-right: 10%; +} h1 { font-size: x-large; |