From 06043708ba5b6865390c74eb9f34b1abbd29d385 Mon Sep 17 00:00:00 2001 From: Leticia Dias Date: Thu, 10 Jul 2025 11:06:01 -0300 Subject: [PATCH] fix: fixed layout issues for responsiveness on other pages --- src/components/posts/post/Post.tsx | 2 +- src/pages/About.tsx | 8 ++++---- src/pages/Knowledgers.tsx | 4 ++-- src/pages/Posts.tsx | 2 +- src/pages/TechLab.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/posts/post/Post.tsx b/src/components/posts/post/Post.tsx index 8818351..d56f0f1 100644 --- a/src/components/posts/post/Post.tsx +++ b/src/components/posts/post/Post.tsx @@ -42,7 +42,7 @@ export function Post() { } return ( -
+

diff --git a/src/pages/About.tsx b/src/pages/About.tsx index f2fd884..00be242 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -21,8 +21,8 @@ export function About() { const { darkMode } = useContext(ThemeContext); return ( -

-
+
+

Sobre

@@ -45,13 +45,13 @@ export function About() { Logo TechKnowledge ) : ( Logo TechKnowledge )} diff --git a/src/pages/Knowledgers.tsx b/src/pages/Knowledgers.tsx index fccfcc7..7e52e42 100644 --- a/src/pages/Knowledgers.tsx +++ b/src/pages/Knowledgers.tsx @@ -9,8 +9,8 @@ export function Knowledgers() { const { darkMode } = useContext(ThemeContext); return ( -
-
+
+

#Em Breve 2025

diff --git a/src/pages/Posts.tsx b/src/pages/Posts.tsx index a48678f..967309c 100644 --- a/src/pages/Posts.tsx +++ b/src/pages/Posts.tsx @@ -3,7 +3,7 @@ import { PostList } from "../components/posts/postlist/PostList"; export function Posts() { return ( -
+

Posts

Aqui você pode conferir nossos conteúdos sobre desenvolvimento web, diff --git a/src/pages/TechLab.tsx b/src/pages/TechLab.tsx index a49066f..b8e97da 100644 --- a/src/pages/TechLab.tsx +++ b/src/pages/TechLab.tsx @@ -9,8 +9,8 @@ export function TechLab() { const { darkMode } = useContext(ThemeContext); return ( -

-
+
+

#Em Breve 2025