mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 04:51:22 +01:00
move custom css to changes.scss stylesheet
This commit is contained in:
parent
38d325ac6d
commit
b7b39f605c
3 changed files with 35 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="video-container">
|
<div class="video-container">
|
||||||
<iframe src="sliders/merinales.html" width="100%" height="390" style="overflow:hidden" allowfullscreen="" frameborder="0">
|
<iframe src="sliders/merinales.html" width="100%" height="420" style="overflow:hidden" allowfullscreen="" frameborder="0">
|
||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,3 +1,34 @@
|
||||||
body {
|
.wrapper {
|
||||||
background-color: "rgb(250,250,250)";
|
@include padding(6em, 0);
|
||||||
|
|
||||||
|
> .inner {
|
||||||
|
width: 55em;
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
|
@include breakpoint(large) {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
> p {
|
||||||
|
width: 45em;
|
||||||
|
|
||||||
|
@include breakpoint(large) {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
&.twentytwenty-before,
|
||||||
|
&.twentytwenty-after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1225,31 +1225,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@include padding(6em, 0);
|
@include padding(6em, 0);
|
||||||
|
|
||||||
> .inner {
|
|
||||||
width: 55em;
|
|
||||||
margin: 0 auto;
|
|
||||||
|
|
||||||
@include breakpoint(large) {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include breakpoint(medium) {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
> p {
|
|
||||||
width: 45em;
|
|
||||||
|
|
||||||
@include breakpoint(large) {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include breakpoint(medium) {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.alt {
|
&.alt {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue