Skip to content

Commit

Permalink
fix gradient in different screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Dec 7, 2024
1 parent e644c3f commit 7293f5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ a {
bottom: 18rem;
height: 50%;
}
@media (max-width: 414px) {
bottom: 7rem;
height: 50%;
}
@media (max-width: 375px) {
bottom: 2rem;
height: 50%;
}
}

@-webkit-keyframes pulse {
Expand Down

0 comments on commit 7293f5b

Please sign in to comment.