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;