From 33a5a00054db0377517f7ffc1a285c729af9ae00 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 14 Aug 2026 12:40:41 +0200 Subject: [PATCH] style update --- stefankoelle/_includes/stefankoelle.njk | 14 -------------- stefankoelle/assets/style.css | 23 ++++++++++++++++++++--- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/stefankoelle/_includes/stefankoelle.njk b/stefankoelle/_includes/stefankoelle.njk index 1f3b251..ac93f08 100644 --- a/stefankoelle/_includes/stefankoelle.njk +++ b/stefankoelle/_includes/stefankoelle.njk @@ -69,19 +69,5 @@ - diff --git a/stefankoelle/assets/style.css b/stefankoelle/assets/style.css index dbd9c47..1f6356c 100644 --- a/stefankoelle/assets/style.css +++ b/stefankoelle/assets/style.css @@ -114,7 +114,13 @@ p { margin-bottom: 10px; } #impressumcontent { padding-top: 100px; - height: 200px; + padding-bottom: 200px; +} + +#cvcontent li, +#personalprojectscontent li, +#programminglanguagescontent li { + margin-left: 35px; } /* Background */ @@ -152,7 +158,7 @@ p { margin-bottom: 10px; } #personalprojectscontent, #programminglanguagescontent, #impressumcontent { - width: calc(100% - 40px); + width: 100%; padding: 20px; left: 0; background: var(--color-surface-solid); @@ -160,6 +166,17 @@ p { margin-bottom: 10px; } box-shadow: 0 2px 4px var(--color-shadow); } + #cvcontent li, + #personalprojectscontent li, + #programminglanguagescontent li { + margin-left: 35px; + } + + #impressumcontent { + padding-top: 20px; + padding-bottom: 20px; + } + .headlinespace { height: 20px; padding: 20px; @@ -177,7 +194,7 @@ p { margin-bottom: 10px; } padding: 20px; background: var(--color-nav-bg); position: relative; - width: calc(100% - 40px); + width: 100%; } #head { display: block; padding-top: 20px; }