Merge pull request #471 from dod-ccpo/fix-mock-csp-page

Fix margin
This commit is contained in:
leigh-mil 2018-12-03 15:40:54 -05:00 committed by GitHub
commit dbd6597be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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