小修改
This commit is contained in:
@@ -61,6 +61,12 @@ const goapArtmentDetails = () => redirectToExternalWebsite(`/apartmentDetail?uni
|
||||
height: fit-content;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.256862745098039);
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 366px;
|
||||
height: 244px;
|
||||
|
||||
Reference in New Issue
Block a user