Sfoglia il codice sorgente

Fix article padding on mobile

Fixes #115
tags/2.3
budparr 6 anni fa
parent
commit
8c1280c2a3
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html Vedi 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">

Loading…
Annulla
Salva