fixed name too big css
All checks were successful
Build / build (push) Successful in 6s

This commit is contained in:
2026-01-31 20:36:48 -05:00
parent 06c4c9f5f7
commit 3e0850fc99

View File

@@ -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;