Skip to content

Commit

Permalink
Don't display image when we are in a mobile phone screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenghengLi committed Jan 18, 2024
1 parent e3e2e1f commit 0dfdec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ p {
}

@media only screen and (max-width: 750px) {
display: none;
display: none;
}
}

Expand Down

0 comments on commit 0dfdec0

Please sign in to comment.