IE6 CSS: Fix hero spacing

This commit is contained in:
RichardG867
2021-12-04 17:48:33 -03:00
parent da267aac3d
commit 3bcbfb742e
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ function getNaturalWidth(img) {
/* Allow HTML5 elements to be styled. */
document.createElement('nav');
document.createElement('hero');
document.createElement('main');
document.createElement('footer');