Skip to content

Commit

Permalink
fix: uncommented styles for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
hazigabriel committed Aug 18, 2023
1 parent f5304af commit 2d649e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ iframe {
}

/* detect when the user is on mobile */
/* @media (hover: none), (hover: on-demand) {
@media (hover: none), (hover: on-demand) {
.landing-background {
background: url("../../static/images/landing-background-mobile.jpg")
no-repeat left bottom;
Expand Down Expand Up @@ -236,4 +236,4 @@ iframe {
left: 1em;
transform: scale(0.9);
}
} */
}

0 comments on commit 2d649e5

Please sign in to comment.