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 +