From 4e8fc898ce73841212f6207ed847a88dad50c33f Mon Sep 17 00:00:00 2001 From: chase-west Date: Mon, 13 Nov 2023 18:13:55 -0800 Subject: [PATCH] Changed Geeksay header --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 741a19b..f5aa912 100644 --- a/index.html +++ b/index.html @@ -370,14 +370,16 @@ background-clip: border-box; background-size: 200% auto; color: #fff; + font-size: 4em !important; background-clip: text; -webkit-text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textclip 2s linear infinite; - display: inline-block; + text-align: center; font-size: 35px; font-family: "Source Code Pro", monospace; + margin-bottom: 0.2em; } @keyframes textclip {