fix: styles

This commit is contained in:
Cory Dransfeldt 2024-05-01 18:57:47 -07:00
parent 352a3a53a6
commit 1eae4c6251
No known key found for this signature in database
4 changed files with 6 additions and 12 deletions

View file

@ -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,