I have this code in my webpage webcovid19.live
<style>
h1 {
padding: 20px;
}
h2 {
padding: 20px;
}
p {
padding: 20px;
}
h4 {
padding: 20px;
}
</style>
....
<body>
<p> Data Source : Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)</p>
<p> Powered by Google Data Studio & Google BigQuery</p>
and I just realized that big spaces between lines is due to my style tag, when I remove it, spaces are ok, Any idea ? I want this style for padding...
Here is screenshot: