Skip to content

Commit

Permalink
Styling fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
treeman committed Jun 2, 2020
1 parent 8089c0f commit fd47b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rkt/links.rkt
Expand Up @@ -53,8 +53,8 @@
(define case-against-fed-book
(book-ref
"https://www.goodreads.com/book/show/81976.The_Case_Against_the_Fed"
"The Case Against the Fed"
"Murray N. Rothbard"))
"Murray N. Rothbard"
"The Case Against the Fed"))
(define 1984-book
(book-ref
"https://www.goodreads.com/book/show/40961427-1984"
Expand Down
3 changes: 1 addition & 2 deletions sass/chapter.scss
Expand Up @@ -86,7 +86,7 @@ $list-p-margin: 0.6em;

.chapter {
ul, ol {
margin: 1rem 0;
margin: 1rem 0 1rem 1rem;
p {
margin: $list-p-margin 0;
}
Expand Down Expand Up @@ -668,7 +668,6 @@ table.address-examples {
}

.snowden-leaks .leak .title {
margin-top: $first-list-offset;
margin-bottom: $list-p-margin;
font-weight: bold;
}
Expand Down

0 comments on commit fd47b88

Please sign in to comment.