Skip to content

Commit

Permalink
Add blockquote styling
Browse files Browse the repository at this point in the history
Fixes #169
  • Loading branch information
budparr committed Apr 26, 2019
1 parent e956994 commit c2cbc83
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 8,902 deletions.
2 changes: 1 addition & 1 deletion data/webpack_assets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app": {
"js": "js/app.3fc0f988d21662902933.js",
"css": "css/app.955516233bcafa4d2a1c13cea63c7b50.css"
"css": "css/app.d98f2eb6bcd1eaedb7edf166bd16af26.css"
}
}
11 changes: 11 additions & 0 deletions src/css/_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@
#TableOfContents ul li {
margin-bottom: 1em;
}

.lh-copy blockquote {
display: block;
font-size: .875em;
margin-left: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
border-left: 4px solid #ccc;
padding-left: 1rem;

}
Loading

0 comments on commit c2cbc83

Please sign in to comment.