From 5f8450e82b55913de0669360b758695dbbe7065a Mon Sep 17 00:00:00 2001 From: amy-corson-ibigroup <115499534+amy-corson-ibigroup@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:09:32 -0600 Subject: [PATCH] Add a margin-bottom to nearby view --- lib/components/viewers/nearby/styled.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/components/viewers/nearby/styled.tsx b/lib/components/viewers/nearby/styled.tsx index 8ee6bef6e..ad26d4ebd 100644 --- a/lib/components/viewers/nearby/styled.tsx +++ b/lib/components/viewers/nearby/styled.tsx @@ -19,6 +19,10 @@ export const NearbySidebarContainer = styled.ol` padding: 0 1em; list-style: none; + & > li:last-of-type { + margin-bottom: 2em; + } + @media (max-width: 768px) { min-height: calc(100vh - 50px); }