Update index.html

This commit is contained in:
sHa
2025-03-09 22:47:46 +02:00
committed by GitHub
parent 591b61e8b0
commit 5515d3d28e

View File

@@ -23,6 +23,7 @@
.header span { .header span {
display: inline-block; display: inline-block;
animation: magnify 3s ease-in-out infinite alternate; animation: magnify 3s ease-in-out infinite alternate;
margin: 0 0.3rem;
} }
@keyframes magnify { @keyframes magnify {
0%, 100% { transform: scale(1); } 0%, 100% { transform: scale(1); }