From f6f9e1481e6df1846e39b7be721a416c32b3c718 Mon Sep 17 00:00:00 2001 From: Emilia Date: Mon, 24 Oct 2022 23:51:54 -0400 Subject: [PATCH] pgp key not hidden on page load. Just needed to add `display: none;` to the css. Easy fix --- src/scss/ilia1.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/ilia1.scss b/src/scss/ilia1.scss index e1328ea..5e6d783 100644 --- a/src/scss/ilia1.scss +++ b/src/scss/ilia1.scss @@ -208,6 +208,10 @@ footer { background-size: 25%; } +#pgp_a { + display: none; +} + /* Animations */ // GRADIENTS (you might need them!) $rainbow-gradient: repeating-linear-gradient(to left, red, violet, indigo, blue, green, yellow, orange, red, violet);