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;