new width column

This commit is contained in:
Luis 2017-06-17 13:49:56 +02:00
parent 581d0f65a1
commit dd40871042

View file

@ -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 {