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-size: 100%;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue