Skip to content

Commit

Permalink
Refine styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dzucconi committed Sep 15, 2016
1 parent 91b6b01 commit 077795d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascripts/lib/summarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const precis = (key, session) =>
place(session),

// Identify person
truncate(key, 7, ''),
`<span class='precis__fingerprint'>${truncate(key, 7, '')}</span>`,

// Summarize directional steps
`${nAndThen(steps(session))}.`,
Expand Down
6 changes: 5 additions & 1 deletion app/stylesheets/pages/precis.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
font-family: serif;
font-size: 36px;
width: 80%;
margin: 0 auto 100vh auto;
margin: 0 auto 150px auto;
padding: 1em 0;
}
.precis__fingerprint {
font-family: sans-serif;
font-size: 90%;
}

@media (max-width: 800px) {
.precis {
Expand Down

0 comments on commit 077795d

Please sign in to comment.