Minor Change.
This commit is contained in:
parent
d28df3a061
commit
17a27a138b
|
@ -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;
|
||||
|
|
Ŝarĝante…
Reference in New Issue