From 4daf15a2c3414082ca33131ce789b282920b2edd Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 11:00:26 +0100 Subject: [PATCH] slow the border down --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 1fcc864..51a7ca2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -156,7 +156,7 @@ header hr { overflow: hidden; max-height: 0; border: 0 solid transparent; - transition: max-height 0.3s ease, border 0.2s ease; + transition: max-height 0.3s ease, border 0.325s ease; position: relative; z-index: 999; }