This commit is contained in:
abe- 2017-06-01 12:39:46 +02:00
parent 7fd488fac4
commit 4639507658
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@
</section>
<!-- One -->
<section id="one main" class="wrapper style5">
<section id="one" class="wrapper style5">
<div class="inner">
<header class="major">
<h2>{{ page.title }}</h2>

View file

@ -1672,7 +1672,7 @@ $baseurl: '{{ site.baseurl }}/images';
/* Main */
#main {
#main, .main {
> header {
@include padding(12em, 0);
@include vendor('background-image', ('linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5))', 'url("#{$baseurl}/banner.jpg")'));
@ -1722,7 +1722,7 @@ $baseurl: '{{ site.baseurl }}/images';
}
body.is-mobile {
#main {
#main, .main {
> header {
background-attachment: scroll;
}