From a8c4847db43a1a86626e8d2f96b5c68f9144e134 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 14 Jun 2023 21:12:02 +0200 Subject: [PATCH] feat: update disclaimer --- src/components/Footer.astro | 52 +++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0f35d94..2c93e55 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,26 +1,38 @@ \ No newline at end of file + + &__title { + font-weight: bold; + font-size: 1.2rem; + } + + &__attribution a { + font-weight: bold; + } + } +