From b107639fb474dba5e76724dd30c42fb7dc16c2cb Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sun, 22 Jan 2023 10:45:14 -0600 Subject: [PATCH] add the source code link in the footer --- src/css/styles.less | 15 +++++++++++---- src/index.html | 3 +++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/css/styles.less b/src/css/styles.less index 6bea319..306c8f2 100644 --- a/src/css/styles.less +++ b/src/css/styles.less @@ -64,8 +64,15 @@ body { max-width: 340px; display: inline-block; } -.footer { - font-size: 0.9rem; - text-align: center; - margin-top: 1rem; +.icon { + width: 20px; + height: 20px; + border-radius: 12px; + display: inline-block; + vertical-align: text-bottom; +} +.footer { + font-size: 0.98rem; + text-align: center; + margin-top: 1rem; } diff --git a/src/index.html b/src/index.html index 97c98c3..f2c1d68 100644 --- a/src/index.html +++ b/src/index.html @@ -24,6 +24,9 @@