mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-14 11:03:11 +00:00
6 lines
80 B
CSS
6 lines
80 B
CSS
|
html, body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|