Improve lists on homepage
Tim Izzo tim@octree.ch
Tue, 01 Nov 2022 17:34:13 +0100
3 files changed,
3 insertions(+),
3 deletions(-)
M
src/index.html
→
src/index.html
@@ -23,7 +23,7 @@ />
<title>Tim Izzo @5ika.ch</title> </head> <body> - <main> + <main class='home'> <h1 class="mb-8">Tim Izzo @<a href="/">5ika.ch</a></h1> <blockquote> <p>Dev & Ops 🧑💻 Open-Source 👐 Écologie 🌱 Sobriété numérique ✨</p>
M
src/style.css
→
src/style.css
@@ -44,7 +44,7 @@ @apply hover:text-indigo-400;
@apply transition-all; } - li { + .post li { list-style: '-'; padding-left: 0.5rem; margin-left: 1rem;
M
src/template.html
→
src/template.html
@@ -23,7 +23,7 @@ />
<title>$TITLE</title> </head> <body> - <main> + <main class='post'> <h1 class="mb-8">Tim Izzo @<a href="/">5ika.ch</a></h1> $CONTENT </main>