various fixes, added pagination and articles prev/next links.
[theme-danix.xyz.git] / layouts / partials / head-addition.html
index d975c51..d2a43ec 100644 (file)
@@ -4,8 +4,7 @@
 {{ if .IsPage }}
        {{ if isset .Params "featured_image" }}
        <style media="screen">
-               header#masthead {
-                       height: 60vh;
+               #banner {
                        background-image: url( {{ $.Params.featured_image | absURL }} );
                        background-repeat: no-repeat;
                        background-position: center center;