From f16adfc98804f55120a099615de8156933ea1c19 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 21 Jan 2026 20:20:06 +0100 Subject: [PATCH] adjusted sizing of table of contents and lists --- src/lib/table-of-contents.svelte | 8 ++++---- src/routes/+layout.svelte | 2 +- src/routes/+page.svelte | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/table-of-contents.svelte b/src/lib/table-of-contents.svelte index 52bbf45..5c6d54b 100644 --- a/src/lib/table-of-contents.svelte +++ b/src/lib/table-of-contents.svelte @@ -101,14 +101,14 @@ .toc-list a { width: 100%; - padding-top: 3px; - padding-bottom: 3px; + font-size: 1.0rem; + line-height: 1.4rem; + padding-top: 2px; + padding-bottom: 2px; padding-right: 24px; margin: 0; display: inline-block; text-decoration: none; - transition: all 0.2s ease-in-out; - transition-property: color background-color; box-sizing: border-box; } .toc-list a, .toc-list a:link, .toc-list a:visited { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fd0110c..540ac33 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -340,7 +340,7 @@ width: 100%; /* transition: color 0.1s ease-in-out; */ margin: 0; - padding: 4px 0; + padding: 0px 0; list-style-type: none; } .list a::before, li::before { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 4d196c4..e92e8b7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -80,7 +80,7 @@

about ↬Deniz, the website developer, small and pixelated↫ me

-

Hi! I'm Deniz. I'm a programmer, sometimes a music producer, and student from Northern Germany. Welcome to my webpage! I share my projects on this website. Check them out – the devlog of the game I'm working on especially!

+

Hi! I'm Deniz. I'm a programmer, sometimes a music producer, and student from Northern Germany. Welcome to my webpage! I mainly share my projects here. Check them out – the devlog of the game I'm working on especially!

where to find me