Skip to content

Commit

Permalink
Update margins
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jun 18, 2021
1 parent c65cd1e commit 387b19b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pep_sphinx_extensions/pep_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ section#pep-page-section {
display: table;
}

/* Fix margins (remove top margin for body text) */
p,
blockquote {
margin: 0 0 .5rem;
}
/* Reduce margin sizes for body text */
p {margin: .5rem 0}

/* Header rules */
h1.page-title {
Expand Down Expand Up @@ -111,8 +108,7 @@ a:focus {
blockquote {
font-style: italic;
border-left: 1px solid #888;
margin-left: .5rem;
margin-right: .5rem;
margin: .5rem;
padding: .5rem 1rem;
}
blockquote em {
Expand Down

0 comments on commit 387b19b

Please sign in to comment.