From ad394b4d5f632c521b097deacdbb5422d595cea7 Mon Sep 17 00:00:00 2001 From: Jyotirmay Barman Date: Thu, 19 Oct 2023 22:31:26 +0530 Subject: [PATCH] fix: margin in right hero posts fix: remove @responsive --- assets/css/index.css | 2 +- index.hbs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 38342a1..71170cb 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -170,7 +170,7 @@ body.dark { margin: 0; } -@responsive { +@layer utilities { .line-clamp { text-overflow: ellipsis; overflow: hidden; diff --git a/index.hbs b/index.hbs index dbf0d01..18257ac 100644 --- a/index.hbs +++ b/index.hbs @@ -38,7 +38,7 @@ {{> "picture" picture_classes="block object-cover lg:min-w-48 lg:h-40 w-full aspect-[16/9] rounded transform hover:scale-105 transition duration-500" }}
-
+
{{#foreach tags }} {{#if @index }} @@ -46,7 +46,7 @@ {{name}} {{/foreach }}
- {{ title }} + {{ title }} {{ excerpt }}

{{date}} {{reading_time minute="1 min" minutes="% mins"}}