Skip to content

Commit

Permalink
Tooltip not visible on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Mendiak committed Nov 15, 2024
1 parent 07708ed commit 5b85d32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,9 @@ footer i {
pointer-events: none;
max-width: 400px;
}

@media (max-width: 767px) {
.tooltip {
display: none;
}
}

0 comments on commit 5b85d32

Please sign in to comment.