소스 검색

Fix article padding on mobile

Fixes #115
tags/2.3
budparr 6 년 전
부모
커밋
8c1280c2a3
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html 파일 보기

@@ -4,7 +4,7 @@
{{ end }}

{{ define "main" }}
<article class="flex-l flex-wrap justify-between mw8 center">
<article class="flex-l flex-wrap justify-between mw8 center ph3 ph0-l">

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

Loading…
취소
저장