summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-16 09:38:52 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-10-16 09:38:52 +1030
commit58e2497eecb0c68b3204b724278c347ecafd62f9 (patch)
treed2e6829f5de9b628f5c40b44ce57594cef4731df
parent9d10a27443213b8a4b77859ba7a5feb0382a656f (diff)
downloadwebsite-58e2497eecb0c68b3204b724278c347ecafd62f9.tar.gz
website-58e2497eecb0c68b3204b724278c347ecafd62f9.zip
removed css testing style, i dont like it
-rw-r--r--template.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/template.txt b/template.txt
index 0a9dd34..cf284d8 100644
--- a/template.txt
+++ b/template.txt
@@ -10,15 +10,7 @@
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style>
-body
-{
- max-width: 45rem;
- padding-left: 1rem;
- padding-right: 1rem;
- margin-right: auto;
- margin-left: auto;
- 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;}