diff options
Diffstat (limited to 'css/gitjoe.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; |