Skip to content

Commit

Permalink
Merge pull request #64 from 001elijah/bugfix-styles-mob
Browse files Browse the repository at this point in the history
add margin-left mob vers
  • Loading branch information
001elijah committed Jun 29, 2023
2 parents c075350 + cbc2409 commit 0771d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MainBoard/MainBoard.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ export const Wrapper = styled.div(props => {
background-size: cover;
background-position: center;
height: calc(100vh - 61px);
padding-left: 20px;
@media screen and (min-width: 375px) {
padding-left: 0px;
padding-left: 20px;
background-image: url(${props.imgurl?.mobileUrl_1x});
}
Expand Down

0 comments on commit 0771d00

Please sign in to comment.