FEATURE Applying grayscale on images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22de74e443
commit
c37fa43f68
|
|
@ -4,7 +4,7 @@
|
|||
.gallery-card {
|
||||
@apply h-auto py-12 border border-primary !p-3;
|
||||
img {
|
||||
@apply w-full h-80 object-cover;
|
||||
@apply w-full h-80 object-cover filter grayscale hover:grayscale-0 transition-all duration-300;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user