Side padding when at max width

This commit is contained in:
Szymon Nowakowski 2024-03-28 21:28:03 +01:00
parent bcafe0591e
commit da49e9f340
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main class="max-w-screen-md mx-auto">
<main class="max-w-screen-md mx-auto px-4">
<header class="font-mono text-xl my-2 flex items-center gap-2">
<img src="/images/favicon-16x16.png" width="16" height="16" alt="Renati Logo" class="inline-block">
<div>renati.me</div>