Skip to content

Commit

Permalink
Fix countries anchor position
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Apr 15, 2024
1 parent 75f66d0 commit 5e51929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const RegionHeaderAnchor = styled.div`
height: 140px;
margin-top: -140px;
@media(max-width: 768px) {
height: 375px;
margin-top: -375px;
height: 200px;
margin-top: -200px;
}
`

Expand Down

0 comments on commit 5e51929

Please sign in to comment.