Block fix
zaydek-old opened this issue · 1 comments
zaydek-old commented
Copying code from Bulma: https://github.com/jgthms/bulma/blob/master/css/bulma.css#L312. Shouldn't minireset.css include a precaution for HTML5 elements for older browsers?
article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}
Seems like it should be the second rule, beneath
... {
margin: 0;
padding: 0;
}
jgthms commented
That's for browers that are at least 8 years old.