From f7e4660622e74f23ac6bd7d1be32ab2d4f1d6888 Mon Sep 17 00:00:00 2001 From: Vera Kahn Date: Thu, 26 Oct 2023 17:36:26 -0400 Subject: [PATCH] subnav link wrapping --- styles/components/SubNav.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/components/SubNav.module.scss b/styles/components/SubNav.module.scss index fcad510eb..c637a69ac 100644 --- a/styles/components/SubNav.module.scss +++ b/styles/components/SubNav.module.scss @@ -18,6 +18,10 @@ } } } + @media screen and (max-width: 400px) { + display: flex; + flex-direction: column; + } } a {