Skip to content

Commit

Permalink
Fix some Readability issues
Browse files Browse the repository at this point in the history
Fixes karlgroves#27

Signed-off-by: Eric Eggert <[email protected]>
  • Loading branch information
yatil committed Mar 11, 2021
1 parent 01f0dc3 commit 2ef7f3d
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,59 @@
background-color: #f8f9fa;
font-family: sans-serif;
font-size: 1rem;
line-height: 150%;
line-height: 1.5;
}

body > * {
margin-left: auto;
margin-right: auto;
max-width: 60rem;
}

a {
color: #369;
}

h1 {
padding: 0;
margin: 0 0 2em 0;
padding: 3rem 0;
margin: 0 0 5rem 0;
text-align: center;
font-size: 1.5em;
font-size: 2rem;
background-color: #369;
line-height: 5em;
color: #eee;
max-width: none;
}

h2 {

color: #369;
margin-top: 3rem;
}

.summary {
font-size: 1.25rem;
}

blockquote {
font-style: italic;
border-left: 4px solid #369;
background-color: #eee;
padding: 1rem;
}

.in-their-words {
margin-bottom: 1em;
}

.in-their-words a {
display: block;
margin-top: .5rem;
font-style: normal;
font-weight: bold;
}

.in-their-words a::before {
content: '— ';
}
</style>
</head>

Expand Down

0 comments on commit 2ef7f3d

Please sign in to comment.