Minor Change.
This commit is contained in:
+4
-4
@@ -31,6 +31,10 @@
|
|||||||
.list a {
|
.list a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-row:hover img {
|
||||||
|
opacity: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
@@ -98,10 +102,6 @@
|
|||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-row:hover img {
|
|
||||||
opacity: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-entity-content {
|
.list-entity-content {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user