fix: styles
This commit is contained in:
parent
352a3a53a6
commit
1eae4c6251
4 changed files with 6 additions and 12 deletions
|
@ -26,7 +26,10 @@
|
|||
}
|
||||
|
||||
& .item-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
&.shadow image::after {
|
||||
position: absolute;
|
||||
|
@ -38,13 +41,6 @@
|
|||
width: calc(100% - 2px);
|
||||
height: calc(100% - 1px);
|
||||
}
|
||||
|
||||
& image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
& a:hover img,
|
||||
|
|
Reference in a new issue