summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-02-15 19:08:46 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-02-15 19:08:46 +1030
commit6192bae8f1a0dcbd2091dca76283fac5616ec09f (patch)
treeb9dad7af7d0e3de512cf7114eaf65de62f509b41 /template.txt
parent329e7731fc2b4c7566660a5ffb1cecdc66dbd811 (diff)
downloadwebsite-6192bae8f1a0dcbd2091dca76283fac5616ec09f.tar.gz
website-6192bae8f1a0dcbd2091dca76283fac5616ec09f.zip
changed margin to % over fixed pixels
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt
index 8eeb67f..1e37ec1 100644
--- a/template.txt
+++ b/template.txt
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style>
-body{margin-right: 60px; margin-left: 60px; font-family: Verdana}
+body{margin-right: 5%; margin-left: 5%; font-family: Verdana}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; background: #d9d9ce; overflow: auto;}
.middle{text-align: center;}