From bae5fe5501117df1b16da1aeb3355056d6882648 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 5 May 2025 21:23:30 -0500 Subject: text on a link buttons --- src/style.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 11ecba4..98d3fda 100644 --- a/src/style.css +++ b/src/style.css @@ -88,13 +88,24 @@ footer { #menu { a { + display: flex; + color: white; + align-items: center; + justify-content: center; + text-decoration: none; width: 100%; - padding: 12px; - svg { height: 24px } + gap: 1rem; + svg { height: 24px; width: 24px } + span { + font-size: .875rem; + line-height: 1.25rem; + font-weight: 500; + } } display: flex; width: 100%; - padding: 16px; + padding: 1rem; + gap: 2ex; box-sizing: border-box; border-top: 1px solid rgb(55, 65, 81); } -- cgit v1.2.3