Remove white margins around working area
This commit is contained in:
parent
4381642e88
commit
ac0b195a36
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
font-size: 100%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
body{
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue