Skip to content
Snippets Groups Projects
Commit 77a64079 authored by Nico Graebling's avatar Nico Graebling
Browse files

Default single page with less free space at the left and right side

parent bbe23ab3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{{ define "main" }}
{{ $section := .Site.GetPage "section" .Section }}
<article class="flex-l flex-wrap justify-between mw8 center ph3">
<article class="flex-l flex-wrap justify-between center ph3">
<header class="mt4 w-100">
<aside class="instapaper_ignoref b helvetica tracked">
{{/*
......
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
<div class="flex-l mt2 mw8 center">
<article class="center cf pv5 ph3 ph4-ns mw7">
<div class="flex-l mt2 center" style="background-color: #FFF;">
<article class="center cf pv5 ph3 ph4-ns" style="background-color: #FFF; max-width: 90rem;">
<header>
<center>
<h1 class="f1">
{{ .Title }}
</h1>
<h3>
{{ .Description }}
</h3>
</center>
</header>
<div class="nested-copy-line-height lh-copy f4 nested-links {{ $.Param "text_color" | default "mid-gray" }}">
{{ .Content }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment