added dark theme option. It ìs selected automagically based on system choiche of...
[theme-danix.xyz.git] / layouts / partials / head-addition.html
index d975c51..475d3b4 100644 (file)
@@ -4,12 +4,8 @@
 {{ 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;
-                       background-attachment: fixed;
                }
        </style>
        {{ end }}