style: place content safe center :)

This commit is contained in:
Ayo Ayco 2025-05-11 19:45:49 +02:00
parent 1d0093ad63
commit e46b883966

View file

@ -7,18 +7,25 @@
<title>ayo.run: what's running?</title> <title>ayo.run: what's running?</title>
<link rel="stylesheet" href="pico.min.css"> <link rel="stylesheet" href="pico.min.css">
<style> <style>
html body { html, body {
height: 100%;
}
body {
padding: 1em; padding: 1em;
place-content: safe center;
display: grid;
} }
</style> </style>
</head> </head>
<body> <body>
<h1>What's running?</h1> <main>
<ul> <h1>What's running?</h1>
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li> <ul>
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li> <li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
</ul> <li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
</ul>
</main>
</body> </body>
</html> </html>