Change opacity

This commit is contained in:
Maria Rushkova 2021-08-09 16:48:00 +02:00 committed by Jakub Sokołowski
parent fa03559aba
commit 6b76508541
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 5 deletions

View File

@ -50,16 +50,12 @@ layout: default
<div <div
class="media__card flex flex-col w-full sl:max-w-48 mb-5 sm:mb-0 group" class="media__card flex flex-col w-full sl:max-w-48 mb-5 sm:mb-0 group"
> >
<a href="{{ mediapost.link }}" <a href="{{ mediapost.link }}" target="_blank" rel="noopener noreferrer">
target="_blank" rel="noopener noreferrer"
>
<img <img
src="{{ mediapost.image }}" src="{{ mediapost.image }}"
class="w-full mb-2 group-hover:opacity-75" class="w-full mb-2 group-hover:opacity-75"
alt="Media preview image" alt="Media preview image"
/> />
<li class="flex flex-col w-full mb-5 lg:mb-8"> <li class="flex flex-col w-full mb-5 lg:mb-8">
<time class="text-xxs opacity-75" <time class="text-xxs opacity-75"
>{{ mediapost.date | date: '%B %d, %Y' }}</time >{{ mediapost.date | date: '%B %d, %Y' }}</time