From 4c8231e7e3e46f61f4455843300f5d3f01c5a195 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 5 May 2025 20:57:00 -0500 Subject: add overpass font and put text under anchor --- src/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 8149462..11ecba4 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,7 @@ body { display: flex; flex-direction: column; margin: 0; + font-family: "Overpass", sans-serif; } main, #slideshow { @@ -86,7 +87,11 @@ footer { } #menu { - a { width: 100%; height: 48px } + a { + width: 100%; + padding: 12px; + svg { height: 24px } + } display: flex; width: 100%; padding: 16px; -- cgit v1.2.3