Skip to content

Commit

Permalink
Add a margin-bottom to nearby view
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Dec 18, 2024
1 parent f6d2d86 commit 5f8450e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/viewers/nearby/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5f8450e

Please sign in to comment.