remove cheeky 4px bottom of image card
This commit is contained in:
@@ -9,12 +9,16 @@
|
||||
}
|
||||
gap: 1.5rem;
|
||||
.galleryimg {
|
||||
--mheight: 18rem;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-height: var(--mheight);
|
||||
@media screen and (max-width: 800px) {
|
||||
text-decoration: none;
|
||||
}
|
||||
img {
|
||||
max-height: 18rem;
|
||||
max-height: var(--mheight);
|
||||
border-radius: 8px;
|
||||
@media screen and (max-width: 800px) {
|
||||
max-width: 250px;
|
||||
@@ -25,6 +29,7 @@
|
||||
backdrop-filter: blur(8px);
|
||||
background: rgba(#fff, 0.4);
|
||||
color: var(--backdrop);
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user