Limit width of blog pages to something readable
This commit is contained in:
parent
ab31c1902e
commit
b2d8d569a6
@ -24,7 +24,7 @@
|
|||||||
<p><em>{{ page.date | date: '%B %d, %Y' }}</em></p>
|
<p><em>{{ page.date | date: '%B %d, %Y' }}</em></p>
|
||||||
</header>
|
</header>
|
||||||
<section class="wrapper style5">
|
<section class="wrapper style5">
|
||||||
<div class="inner">
|
<div class="inner inner--text">
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
@ -206,6 +206,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .inner--text {
|
||||||
|
max-width: 45rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.alt {
|
&.alt {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user