mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-22 18:16:30 +00:00
Indicate images in post card clickable
This commit is contained in:
parent
621258481d
commit
d18f1d6d1d
1 changed files with 4 additions and 0 deletions
|
@ -224,6 +224,10 @@ p.error {
|
|||
background-position: center;
|
||||
background-size: cover;
|
||||
margin: 0px;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Reference in a new issue