From 2ea61241d242abfbf0caca1e0775e739762c4acb 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:15:22 -0600 Subject: [PATCH] fix styling --- lib/components/viewers/nearby/styled.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/components/viewers/nearby/styled.tsx b/lib/components/viewers/nearby/styled.tsx index ad26d4ebd..48acffebb 100644 --- a/lib/components/viewers/nearby/styled.tsx +++ b/lib/components/viewers/nearby/styled.tsx @@ -20,7 +20,11 @@ export const NearbySidebarContainer = styled.ol` list-style: none; & > li:last-of-type { - margin-bottom: 2em; + margin-bottom: 1em; + } + + & > li:first-of-type { + margin-top: 1em; } @media (max-width: 768px) {