Skip to content

Commit 387b19b

Browse files
committed
Update margins
1 parent c65cd1e commit 387b19b

File tree

1 file changed

+3
-7
lines changed
  • pep_sphinx_extensions/pep_theme/static

1 file changed

+3
-7
lines changed

pep_sphinx_extensions/pep_theme/static/style.css

+3-7
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ section#pep-page-section {
5454
display: table;
5555
}
5656

57-
/* Fix margins (remove top margin for body text) */
58-
p,
59-
blockquote {
60-
margin: 0 0 .5rem;
61-
}
57+
/* Reduce margin sizes for body text */
58+
p {margin: .5rem 0}
6259

6360
/* Header rules */
6461
h1.page-title {
@@ -111,8 +108,7 @@ a:focus {
111108
blockquote {
112109
font-style: italic;
113110
border-left: 1px solid #888;
114-
margin-left: .5rem;
115-
margin-right: .5rem;
111+
margin: .5rem;
116112
padding: .5rem 1rem;
117113
}
118114
blockquote em {

0 commit comments

Comments
 (0)