change webview margin styling to padding

This commit is contained in:
michaelmwhite 2020-04-11 20:18:42 -04:00
parent a0c7e17996
commit d71286714b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ img, iframe {
height: auto;
}
body {
margin: %dpx %dpx %dpx %dpx;
padding: %dpx %dpx %dpx %dpx;
}
p#apNoShownotes {
position: fixed;