summaryrefslogtreecommitdiff
path: root/headers.html
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2018-01-01 14:18:39 -0800
committeriximeow <me@iximeow.net>2018-01-01 14:18:39 -0800
commite629908d85c32373d33cc79127c9cbb963395131 (patch)
tree65feacbc75e983fac6ad184a57347d4fdbbb7f87 /headers.html
parent22dc5a63ef5522007bacfefc055b9484049aacf0 (diff)
center-align content
Diffstat (limited to 'headers.html')
-rw-r--r--headers.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/headers.html b/headers.html
index de5f7ec..c7be7ad 100644
--- a/headers.html
+++ b/headers.html
@@ -1,5 +1,9 @@
<style>
body { background-color: #d7d7dd; }
+.content {
+ margin: auto;
+ width: 80%
+}
/* colors pulled from my current terminal config */
.codebox .black { color: #2e3436; }
.codebox .red { color: #cc0000; }