Skip to content

Commit 45b3e32

Browse files
authored
Update intro-header.html
1 parent 7e434ae commit 45b3e32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_includes/intro-header.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
position: relative;
1010
background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}');
1111
background: {{ page.header-bg-css }};
12-
background-size: cover;
1312
}
1413

1514
{% if page.header-mask %}
1615
header.intro-header .header-mask{
17-
width: 100%;
18-
height: 100%;
16+
width: 120%;
17+
height: 120%;
1918
position: absolute;
2019
background: rgba(0,0,0, {{ page.header-mask }});
2120
}

0 commit comments

Comments
 (0)