mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31: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 {
|
||||
margin: 0 0 _size(element-margin) 0;
|
||||
margin: 0 auto _size(element-margin) auto;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
@ -209,6 +209,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
/* Section/Article */
|
||||
|
||||
section, article {
|
||||
|
@ -1227,7 +1228,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
@include padding(6em, 0);
|
||||
|
||||
> .inner {
|
||||
width: 45em;
|
||||
width: 55em;
|
||||
margin: 0 auto;
|
||||
|
||||
@include breakpoint(large) {
|
||||
|
@ -1237,6 +1238,17 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
> p {
|
||||
width: 45em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.alt {
|
||||
|
|
Loading…
Reference in a new issue