dev23 : suppression de marge si 100%

This commit is contained in:
fredtempez 2019-02-28 14:50:49 +01:00
parent b2a7d1a5d4
commit c5aff677b0
1 changed files with 5 additions and 1 deletions

View File

@ -24,8 +24,12 @@ html,
body {
min-height: 100%;
}
/**
* Original : margin: 0px 10px;
*/
body {
margin: 0 10px;
margin: 0px 0px;
}
/**