diff --git a/package.json b/package.json index b914d29..cfae3cb 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "New DocPad project without using a skeleton", "dependencies": { "docpad": "~6.78.4", + "docpad-plugin-autoprefix": "~2.0.0", "docpad-plugin-cleanurls": "~2.8.1", "docpad-plugin-ejs": "~2.0.2", "docpad-plugin-nodesass": "~2.8.1" diff --git a/src/documents/styles.css.scss b/src/documents/styles.css.scss index 9dba0a6..87bdb58 100644 --- a/src/documents/styles.css.scss +++ b/src/documents/styles.css.scss @@ -1,4 +1,10 @@ -body{ +--- +autoprefix: true +--- + +html, body{ + min-height: 100%; + height: 100%; margin: 0; } @@ -113,8 +119,9 @@ body{ color: black; min-height: 100px; display: block; - @media(min-width: 800px){ - min-height: calc(50vh - 165px); + box-shadow: 0px -20px 10px -10px #6d0000 inset; + @media(min-width: 600px){ + min-height: calc(50vh - 170px); } } } diff --git a/src/layouts/core.html.ejs b/src/layouts/core.html.ejs index e140a88..bc40cd6 100644 --- a/src/layouts/core.html.ejs +++ b/src/layouts/core.html.ejs @@ -1,3 +1,4 @@ + <%= document.title %> // Tim Stallard @@ -31,7 +32,7 @@