Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Dec 18, 2024
1 parent 5f8450e commit 2ea6124
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/components/viewers/nearby/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2ea6124

Please sign in to comment.