From d4203b1ded6be3607c0d8400485348795b07373c Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 24 Oct 2022 01:00:10 -0400 Subject: [PATCH] add commented out pentagram not 100% on this for now so imma leave it commented out --- src/components/footer.astro | 1 + src/css/base.scss | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/src/components/footer.astro b/src/components/footer.astro index 6814145..e4ab0c7 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -14,6 +14,7 @@ import '../css/color.scss' ) })} + LGBTQ+ rights! CAUTION: God can't help you now. diff --git a/src/css/base.scss b/src/css/base.scss index 7d6424c..6ef0ecd 100644 --- a/src/css/base.scss +++ b/src/css/base.scss @@ -1,3 +1,12 @@ +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + .main-content { display: flex; flex-direction: column;