diff --git a/src/styles/List.css b/src/styles/List.css index 22c4c6a..a0f6897 100644 --- a/src/styles/List.css +++ b/src/styles/List.css @@ -31,6 +31,10 @@ .list a { text-decoration: none; } + + .list-row:hover img { + opacity: 90%; + } } @media (max-width: 650px) { @@ -98,10 +102,6 @@ transition: opacity 0.3s; } -.list-row:hover img { - opacity: 90%; -} - .list-entity-content { z-index: 0; padding: 20px;