Remove <p> css override

Removed override for <p> that removed all margins.
This commit is contained in:
Thomas Apter 2021-07-14 22:05:35 +01:00
parent 07a620723a
commit 88d66b9653

View File

@ -34,11 +34,6 @@ body, html, div {
padding: 0px; padding: 0px;
} }
/* Reset p presets. */
p {
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
/* Set default font and color. */ /* Set default font and color. */
body, button { body, button {