more stuff

This commit is contained in:
2026-03-19 11:37:43 -04:00
parent 16d3ac5ace
commit 0748408d35
2 changed files with 22 additions and 1 deletions

View File

@@ -87,4 +87,20 @@ h2.typewriter {
animation:
typing 4.5s steps(14, end) infinite,
blink 0.75s step-end infinite;
}
.links {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.links a {
padding: 0.5rem;
}
a.disabled {
pointer-events: none;
color: #666;
}