Fix margin

This commit is contained in:
leigh-mil 2018-12-03 15:14:07 -05:00
parent 976dfe3f1a
commit 795e2e5c22

View File

@ -12,6 +12,7 @@
<style> <style>
html, body { html, body {
height: 100%; height: 100%;
margin: 0px;
} }
.main p { .main p {
@ -46,7 +47,6 @@
/* Wrapper */ /* Wrapper */
.main { .main {
padding: 20px;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url(static/img/cloud_background.jpg); background: url(static/img/cloud_background.jpg);