Skip to content

Commit

Permalink
Removed media query that blocked the blurred effect for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilferd10 committed Nov 1, 2023
1 parent 1317707 commit bd36d0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1159,14 +1159,6 @@ nav a:active {
}
}

@media screen and (max-width: 600px) {
.displayCard .projectImg {
-webkit-filter: none;
filter: none;
transition-duration: none;
}
}

@media screen and (max-width: 377px) {
.btn {
font-size: unset;
Expand Down

0 comments on commit bd36d0a

Please sign in to comment.