From 77514eab9ed407b0ccb71c640cb090122da12f03 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 11 Apr 2017 03:48:09 +0000
Subject: [PATCH] wip layout mobile
---
layouts/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 6d4fa72..eb1a4c8 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,10 +1,10 @@
{{ define "main" }}
{{ $section := where .Data.Pages "Section" "article" }}
- <main class="cf ph3 ph5-l pv3 pv4-l f4 tc center measure-wide lh-copy gray">
+ <main class="cf ph3 ph5-l pv3 pv4-l f4 tc center measure-wide-l lh-copy mid-gray">
{{ .Content }}
</main>
- <section class="flex-ns flex-wrap justify-between w-100 mt5 v-top">
+ <section class="flex-ns flex-wrap justify-between w-100 mh4-l mt5 v-top">
{{ range sort $section "Date" "desc" }}
{{ .Render "summary" }}
{{ end }}
--
Gitblit v1.10.0