ソースを参照

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">

読み込み中…
キャンセル
保存