mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +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>
|
</section>
|
||||||
|
|
||||||
<!-- One -->
|
<!-- One -->
|
||||||
<section id="one main" class="wrapper style5">
|
<section id="one" class="wrapper style5">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h2>{{ page.title }}</h2>
|
<h2>{{ page.title }}</h2>
|
||||||
|
|
|
@ -1672,7 +1672,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
|
|
||||||
/* Main */
|
/* Main */
|
||||||
|
|
||||||
#main {
|
#main, .main {
|
||||||
> header {
|
> header {
|
||||||
@include padding(12em, 0);
|
@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")'));
|
@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 {
|
body.is-mobile {
|
||||||
#main {
|
#main, .main {
|
||||||
> header {
|
> header {
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
}
|
}
|
||||||
|
@ -1831,4 +1831,4 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
background-color: darken(_palette(bg), 8);
|
background-color: darken(_palette(bg), 8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue