Remove pointer-event prevention from entry-cover image

This commit is contained in:
Aditya Telange 2024-11-09 21:09:28 +05:30
parent 3408ee9d59
commit 80b1f168bc
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@
.entry-cover img {
border-radius: var(--radius);
pointer-events: none;
width: 100%;
height: auto;
}