-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,12 @@ p { | |
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
blockquote { | ||
margin-top: 0.5em; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
poire-z
Author
Contributor
|
||
margin-bottom: 0.5em; | ||
padding-left: 2em; | ||
padding-right: 2em; | ||
} | ||
hr { | ||
height: 2px; | ||
background-color: #808080; | ||
|
I'm not entirely sure I understand the style here. Okay, so visually you apparently don't simply want
margin: 1em
ormargin: 1em 0 1em 1em
, but shouldn't it still be margin (margin: .5em 2em
) instead of randomly using padding?