Fix investment form padding in Internet Explorer

It looks like Internet Explorer wasn't applying the padding to the
<main> element because it considered it an inline element.
This commit is contained in:
Javi Martín
2021-07-09 22:29:05 +02:00
parent a14cf4f700
commit 461df6167a

View File

@@ -64,6 +64,10 @@ body {
} }
} }
main {
display: block;
}
h1, h1,
h2, h2,
h3, h3,