From 5515d3d28e12650db89021ef6040bef4bacf7337 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 9 Mar 2025 22:47:46 +0200 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7764578..bfd7f4f 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ .header span { display: inline-block; animation: magnify 3s ease-in-out infinite alternate; + margin: 0 0.3rem; } @keyframes magnify { 0%, 100% { transform: scale(1); }