From 70191e1772e8a2158f41bb8ca755d4ab5c029851 Mon Sep 17 00:00:00 2001 From: Claire Schwarzer Date: Tue, 20 Jan 2026 23:08:35 +0100 Subject: [PATCH] mobile css fixes --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.css b/index.css index c67d359..5449224 100644 --- a/index.css +++ b/index.css @@ -617,6 +617,9 @@ footer a { padding-left: 0.5rem; padding-right: 0.5rem; } + .skills-container li { + font-weight: 400 !important; + } .contact-container { padding-left: 1.5rem; @@ -626,4 +629,7 @@ footer a { .contact-container h1 { font-size: 1.75rem; } + .contact-container a { + font-weight: 400 !important; + } } \ No newline at end of file