fixed image display for articles without a featured image
[theme-danix.xyz.git] / layouts / partials / head-addition.html
index d2a43ec..475d3b4 100644 (file)
@@ -6,9 +6,6 @@
        <style media="screen">
                #banner {
                        background-image: url( {{ $.Params.featured_image | absURL }} );
-                       background-repeat: no-repeat;
-                       background-position: center center;
-                       background-attachment: fixed;
                }
        </style>
        {{ end }}