From 0a5e42c64a0657fdd52a3714996a079ff20fe3d3 Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:00:35 +0100 Subject: Update styles for header and footer --- assets/css/partials/footer.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'assets/css/partials/footer.scss') diff --git a/assets/css/partials/footer.scss b/assets/css/partials/footer.scss index 8073bcc..60ad7a6 100644 --- a/assets/css/partials/footer.scss +++ b/assets/css/partials/footer.scss @@ -1,23 +1,12 @@ footer { background-color: #333; color: white; + text-align: center; 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