From 16b0b0441b98314dd3aee06feef2a369d6bb7a52 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 29 Oct 2018 15:17:48 +0530 Subject: [PATCH] Fix the horrible HTML typos in the default template --- default-template.html | 100 ++++++++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 43 deletions(-) diff --git a/default-template.html b/default-template.html index 0ed44ec..08f207d 100644 --- a/default-template.html +++ b/default-template.html @@ -1,52 +1,66 @@ - - + + + - - - + .wrap { + background-color: #fff; + padding: 30px; + max-width: 525px; + margin: 0 auto; + border-radius: 5px; + } -
- {{ template "content" . }} -
+ .footer { + text-align: center; + font-size: 12px; + color: #888; + } + .footer a { + color: #888; + } - + .gutter { + padding: 30px; + } + a { + color: #7f2aff; + } + a:hover { + color: #111; + } + @media screen and (max-width: 600px) { + .wrap { + max-width: auto; + } + .gutter { + padding: 10px; + } + } + + + +
 
+
+ {{ template "content" . }} +
+ + +
 
- \ No newline at end of file +