From 63da5b9245b2372b8bf7ba68e1fa9b595f0f89d7 Mon Sep 17 00:00:00 2001 From: aze <226987740+azecx@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:19:06 +0200 Subject: [PATCH] update --- assets/css/styles.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 4d7a638..bfab3e0 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -22,14 +22,18 @@ .ascii-art { font-family: "RoboMono", monospace; white-space: pre; - font-size: 30px; - line-height: 1; - margin-bottom: 30px; + line-height: 1.1; + margin-bottom: 2rem; user-select: none; + + font-size: clamp(1.25rem, 1.5vw, 1.875rem); + + color: black; + transition: color 1s ease-in-out; } .ascii-art:hover { - animation: pulseWhite 1s infinite alternate; + animation: pulseWhite 1.5s infinite alternate; } @keyframes pulseWhite { @@ -41,6 +45,7 @@ } } + body { margin: 0; height: 100vh;