Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Sep 15, 2022
1 parent d3891f6 commit 7d43300
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/home/main/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ export default function News() {

const headline = (text) => {
return (
<p className="absolute bottom-0
<p
className="absolute bottom-0
p-8 py-2 inset-x-0 line-clamp-2
text-lg font-avenir font-medium text-[#464646] group-hover:text-black
bg-slate-200 opacity-75 group-hover:opacity-90
transition-all leading-snug
">
"
>
{text}
</p>
);
Expand Down

0 comments on commit 7d43300

Please sign in to comment.