From 979487c06536421551da0eb294ca872c15351933 Mon Sep 17 00:00:00 2001 From: VyVu Date: Wed, 8 May 2024 12:08:17 +0700 Subject: [PATCH] Responsive --- src/app/@header/page.tsx | 26 +++++++++++++++----------- src/app/@main/layout.tsx | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/app/@header/page.tsx b/src/app/@header/page.tsx index 27a5af5..73580c0 100644 --- a/src/app/@header/page.tsx +++ b/src/app/@header/page.tsx @@ -10,36 +10,40 @@ import { LabelWithIcon } from '../_components/label-with-icon'; export default async function Header() { return ( -
-
-

VU CHI VY

-

+
+
+

+ VU CHI VY +

+

Web Developer

+
+ avatar +
+
+
} label='vutrivi99@gmail.com' - className='basis-1/2' + className='basis-1/2 max-lg:mb-2' /> } label='https://www.linkedin.com/in/vyvu99/' - className='basis-1/2' + className='basis-1/2 max-lg:mb-2' /> } label='https://github.com/vnvyvu' - className='basis-1/2' + className='basis-1/2 max-lg:mb-2' /> } label='Thanh Xuan district' - className='basis-1/2' + className='basis-1/2 max-lg:mb-2' />
-
- avatar -
); } diff --git a/src/app/@main/layout.tsx b/src/app/@main/layout.tsx index 6cc220e..09fa426 100644 --- a/src/app/@main/layout.tsx +++ b/src/app/@main/layout.tsx @@ -10,7 +10,7 @@ export default async function MainLayout({ certificates: React.ReactNode; }) { return ( -
+
{summary} {projects}