Skip to content

Commit

Permalink
changed bottom property of bg element for media
Browse files Browse the repository at this point in the history
  • Loading branch information
lizaklimova committed Jan 13, 2024
1 parent c845a9d commit 8bbcb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layout/SharedLayout/SharedLayout.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ export const BgLeavesTop = styled.div`
background: url(${topMob}) no-repeat center/cover;
@media screen and (min-width: 768px) {
bottom: 250px;
width: 423px;
height: 646px;
background-image: url(${topTab});
}
@media screen and (min-width: 1440px) {
bottom: 0px;
width: 558px;
height: 852px;
background-image: url(${topDesk});
Expand Down

0 comments on commit 8bbcb42

Please sign in to comment.