Skip to content

Commit

Permalink
Update padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 16, 2024
1 parent 5eb11d2 commit 8ac2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "../styles/prose.css"
<meta name="generator" content={Astro.generator} />
<title>opx - Run NodeJS apps with Secrets from 1Password</title>
</head>
<body class="px-4 prose mx-auto pt-28">
<body class="prose mx-auto py-8 px-4">
<Content />
</body>
</html>

0 comments on commit 8ac2637

Please sign in to comment.