style: Increase content width on screen
This commit is contained in:
parent
c9fdccbe83
commit
e2695f8be4
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<article class="cf ph3 ph5-l pv3 pv4-l f4 center measure-wide lh-copy mid-gray">
|
<article class="cf ph3 ph5-l pv3 pv4-l f4 center mw8 lh-copy mid-gray">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="flex-l mt2 mw8 center">
|
<div class="flex-l mt2 mw8 center">
|
||||||
<article class="center cf ph3 ph4-ns mw7 mid-gray">
|
<article class="center cf ph3 ph4-ns mw8 mid-gray">
|
||||||
<header>
|
<header>
|
||||||
<p class="f6 b helvetica tracked">
|
<p class="f6 b helvetica tracked">
|
||||||
{{ humanize .Section | upper }}
|
{{ humanize .Section | upper }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue