Merge "[less] Move `margin` and `padding` on `body` only"

This commit is contained in:
jenkins-bot 2020-06-17 00:08:47 +00:00 committed by Gerrit Code Review
commit 72afb66fb8
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
html,
body {
height: 100%;
}
body {
margin: 0;
padding: 0;
}