From 20df8b3e7804e0eac5a859098b95a71d4ee4aae2 Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:59:37 +0100 Subject: Add social links to footer and more info --- assets/css/partials/footer.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'assets/css/partials') diff --git a/assets/css/partials/footer.scss b/assets/css/partials/footer.scss index 6affeac..8073bcc 100644 --- a/assets/css/partials/footer.scss +++ b/assets/css/partials/footer.scss @@ -4,7 +4,20 @@ footer { padding: 0.5rem 1rem; + display: flex; + align-items: center; + justify-content: space-between; + a { color: var(--accent-7); } + + div { + display: flex; + gap: 1rem; + + font-size: 1.125rem; + + font-family: var(--font-mono); + } } \ No newline at end of file -- cgit v1.3