From 17a27a138bc64956cb3461b3da0a44953a428132 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 17 Jun 2022 14:19:45 +0430 Subject: [PATCH] Minor Change. --- src/styles/List.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;