This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
gohugo-theme-ananke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
43
Wiki
Activity
Browse Source
Fix article padding on mobile
Fixes
#115
tags/2.3
budparr
6 years ago
parent
89c26174a4
commit
8c1280c2a3
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
layouts/_default/single.html
+ 1
- 1
layouts/_default/single.html
View File
@@ -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">
Write
Preview
Loading…
Cancel
Save