summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-10 23:54:12 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-10 23:54:12 -0400
commitbacdb32d4aa6308e0bdc24c8d0abd779133133b7 (patch)
treec8f02e3297d9a4a9199172b72e834efd172b3c6a
parent7cef5af0d782bee2ba1c7b18c844de36286da328 (diff)
fix slight page overflow issue
-rw-r--r--pem2html.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pem2html.go b/pem2html.go
index df5d6da..02918cf 100644
--- a/pem2html.go
+++ b/pem2html.go
@@ -42,6 +42,7 @@ var tmpl = template.Must(template.New("pem2html").
font-size: 10px;
font-family: monospace;
height: 100%;
+ margin: 0;
display: flex;
align-items: center;
}