added style to body to fill the content area

pull/1/head
Chris Veilleux 2018-11-27 14:11:57 -06:00
parent 0b853f6939
commit a9e129dfcc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<body style="background-color: #f1f3f4; margin: 0">
<account-root></account-root>
</body>
</html>