mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix figure
margin normalization
All browsers that support `figure` apply margin of `1em 40px`. Fix gh-262
This commit is contained in:
parent
5b9bf5e1a3
commit
ccbb28b123
2
normalize.css
vendored
2
normalize.css
vendored
@ -250,7 +250,7 @@ svg:not(:root) {
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user