mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 21:11:22 +01:00
new width column
This commit is contained in:
parent
581d0f65a1
commit
dd40871042
1 changed files with 14 additions and 2 deletions
|
@ -92,7 +92,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 _size(element-margin) 0;
|
margin: 0 auto _size(element-margin) auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
@ -209,6 +209,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Section/Article */
|
/* Section/Article */
|
||||||
|
|
||||||
section, article {
|
section, article {
|
||||||
|
@ -1227,7 +1228,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
@include padding(6em, 0);
|
@include padding(6em, 0);
|
||||||
|
|
||||||
> .inner {
|
> .inner {
|
||||||
width: 45em;
|
width: 55em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
@include breakpoint(large) {
|
@include breakpoint(large) {
|
||||||
|
@ -1237,6 +1238,17 @@ $baseurl: '{{ site.baseurl }}/images';
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
> p {
|
||||||
|
width: 45em;
|
||||||
|
|
||||||
|
@include breakpoint(large) {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.alt {
|
&.alt {
|
||||||
|
|
Loading…
Reference in a new issue