From 36d2a07fe265871028fdec1f3c78c424d5d85f22 Mon Sep 17 00:00:00 2001 From: Patrick Schwarzer Date: Wed, 8 Oct 2025 11:05:22 +0200 Subject: [PATCH] Add top padding to skills section to fix moveto --- index.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 9953760..159260c 100644 --- a/index.css +++ b/index.css @@ -359,6 +359,10 @@ body.light-mode .project a:hover { /* skills Section */ +.skills-section { + padding-top: 32px; +} + .skills-container { margin-top: 6rem; display: flex; diff --git a/index.html b/index.html index c868c24..65a7bb6 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@ -
+