Skip to content

Commit

Permalink
Better author type
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Mar 27, 2014
1 parent 5e5ad6d commit 3be98a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,8 @@ body {
p.author {
font-size: 1.4rem;
margin-top: 2em;
padding-left: 0.3em;
letter-spacing: 0.05em;
padding-left: 0.43em;
color: #888888;
font-weight: 300; }
p.author a {
Expand Down
3 changes: 2 additions & 1 deletion sass/home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 27,8 @@ body
p.author
font-size: 1.4rem
margin-top: 2em
padding-left: .3em
letter-spacing: .05em
padding-left: .43em
color: #888
font-weight: 300

Expand Down

0 comments on commit 3be98a4

Please sign in to comment.