mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 04:21:23 +01:00
pages
This commit is contained in:
parent
7fd488fac4
commit
4639507658
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
@ -1831,4 +1831,4 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
background-color: darken(_palette(bg), 8);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue