From 127321893714287f0db30936f5274708468e3da1 Mon Sep 17 00:00:00 2001 From: luctra02 <64017398+luctra02@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:46:12 +0200 Subject: [PATCH] 205 projects individual mobile responsiveness (#272) * style(frontend): :lipstick: Style project page, change the view from flex to grid * style(frontend): :lipstick: style the grid in project page to make it more responsive * refactor(frontend): :coffin: remove unecessary stylings * style(frontend): :lipstick: add tailwind typography styling to cardtitle and preview text * style(frontend): :lipstick: Add responsivness on blocksrenderer --- frontend/src/app/blog/[articleSlug]/page.tsx | 4 +-- .../src/app/projects/[projectSlug]/page.tsx | 4 +-- frontend/src/app/projects/page.tsx | 27 ++++++++++--------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/frontend/src/app/blog/[articleSlug]/page.tsx b/frontend/src/app/blog/[articleSlug]/page.tsx index 5558f72..22ec4ba 100644 --- a/frontend/src/app/blog/[articleSlug]/page.tsx +++ b/frontend/src/app/blog/[articleSlug]/page.tsx @@ -85,9 +85,7 @@ export default async function Page({ return (
- {SlicePreviewText( - project?.attributes?.content ?? [], - )} -
++ {SlicePreviewText( + project?.attributes?.content ?? + [], + )} +
+