Skip to content

Commit

Permalink
feat: center content in body
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnygerard committed Dec 13, 2024
1 parent 1be4580 commit b7b80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" />
</head>
<body>
<body class="grid min-h-screen place-content-center">
<app-root></app-root>
<noscript>
<div
Expand Down

0 comments on commit b7b80ca

Please sign in to comment.