remove the margin around the body

pull/1/head
Chris Veilleux 2019-02-19 15:24:36 -06:00
parent f054396592
commit b5559eebb7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500" rel="stylesheet">
</head>
<body>
<body style="margin: 0">
<sso-root></sso-root>
</body>
</html>