Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
Fixes header padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lowmess committed Jul 13, 2016
1 parent 1f7fd76 commit 6fff928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/header.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
header.pa4.bg-accent.bg-accent-text(class=site.printstyles ? 'dark-gray-p bg-white-p' : '')
h1.f2.f1-ns.lh-title.mb2: a.link.bg-accent-text(href="/", class=site.printstyles ? 'dark-gray-p' : '')!= person.name
.w-100.cf.mt2
ul.w-33-ns.w-33-p.fl-ns.fl-p.list.ml0.pl0.lh-title.mt0.f5
ul.w-33-ns.w-33-p.fl-ns.fl-p.list.ml0.pl0.lh-title.mb2.mb0-ns.f5
if person.email
li: a.link.bg-accent-text.underline-hover(href='mailto:' + person.email, class=site.printstyles ? 'dark-gray-p' : '')= person.email
if person.phone
Expand Down

0 comments on commit 6fff928

Please sign in to comment.