From 93275911b0335f468d70889a7b5b0b288c31cd6a Mon Sep 17 00:00:00 2001 From: Transgender-Resource-Wiki Date: Sun, 26 May 2024 19:47:19 -0500 Subject: [PATCH] fixed text being offscreen --- src/components/SiteMap.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SiteMap.astro b/src/components/SiteMap.astro index ac1244d..62e4cea 100644 --- a/src/components/SiteMap.astro +++ b/src/components/SiteMap.astro @@ -166,6 +166,7 @@ const { link } = Astro.props; font-family: Verdana, sans-serif, system-ui; list-style-type: none; text-align: left; + direction: ltr; } .link-list a, .link-list-mobile a {