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 | 98 ++++++++++++++++++++++++------------------- 1 file changed, 56 insertions(+), 42 deletions(-) diff --git a/default-template.html b/default-template.html index 0ed44ec03..08f207d4b 100644 --- a/default-template.html +++ b/default-template.html @@ -1,52 +1,66 @@ - - + + + - - - - -
- {{ template "content" . }} -
- - + .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 +