style: use pico & add some spacing

This commit is contained in:
Ayo Ayco 2025-05-11 19:20:33 +02:00
parent 934ba3ae92
commit fafabaaf65
2 changed files with 10 additions and 0 deletions

View file

@ -5,6 +5,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ayo.run: what's running?</title>
<link rel="stylesheet" href="pico.min.css">
<style>
html body {
padding: 1em;
}
</style>
</head>
<body>

4
pico.min.css vendored Normal file

File diff suppressed because one or more lines are too long