浏览代码

Keep article padding throughout widths (#152)

Fixes #130
tags/2.38
Bud Parr 6 年前
父节点
当前提交
4eacddaea3
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html 查看文件

@@ -5,7 +5,7 @@

{{ define "main" }}
{{ $section := .Site.GetPage "section" .Section }}
<article class="flex-l flex-wrap justify-between mw8 center ph3 ph0-l">
<article class="flex-l flex-wrap justify-between mw8 center ph3">

<header class="mt4 w-100">
<p class="f6 b helvetica tracked">

正在加载...
取消
保存