From 3e0850fc9954761cbd61733c448bd0a2ee15a73d Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2026 20:36:48 -0500 Subject: [PATCH] fixed name too big css --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 4fce18a..ca6932d 100644 --- a/static/style.css +++ b/static/style.css @@ -115,7 +115,7 @@ a { .post a { text-decoration: underline; - color:blue; + color:orangered; } .post * { @@ -142,8 +142,8 @@ nav ul { } #name { - font-size: 5rem; - margin: 20px; + font-size: clamp(3.5rem, 12vw , 5rem); + margin: 0px; padding: 0px; animation: nameShadow 5s linear infinite; letter-spacing: 2px;