Skip to content

Commit

Permalink
fix: Update 401.html (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncmbch authored and daffl committed Sep 8, 2018
1 parent 3aa7c33 commit cec6bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/errors/lib/public/401.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* {
margin: 0;
padding: 0;
box-sixing: border-box;
box-sizing: border-box;
}

html, body {
Expand Down Expand Up @@ -64,4 +64,4 @@ <h2 id="error-message" class="center-text">Not Authorized</h2>
</footer>
</main>
</body>
</html>
</html>

0 comments on commit cec6bae

Please sign in to comment.