all repos — home @ 787fb1206ab92ff0b33dbc7ffda40eac8762c02a

Improve lists on homepage
Tim Izzo tim@octree.ch
Tue, 01 Nov 2022 17:34:13 +0100
commit

787fb1206ab92ff0b33dbc7ffda40eac8762c02a

parent

6e89cb9ddfd53cf5a0dec294bc16cad999d199a7

3 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/index.htmlsrc/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 &amp; Ops 🧑‍💻 Open-Source 👐 Écologie 🌱 Sobriété numérique ✨</p>
M src/style.csssrc/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.htmlsrc/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>