From 35879d2a40917900d76adf30154d3a16a1b2745a Mon Sep 17 00:00:00 2001 From: eunhak Date: Tue, 4 Jun 2024 18:53:15 +0900 Subject: [PATCH 01/18] feat: add image --- public/NavLogo.svg | 9 +++++++++ public/test.jpg | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 public/NavLogo.svg create mode 100644 public/test.jpg diff --git a/public/NavLogo.svg b/public/NavLogo.svg new file mode 100644 index 0000000..3ee063e --- /dev/null +++ b/public/NavLogo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/test.jpg b/public/test.jpg new file mode 100644 index 0000000..76efa80 --- /dev/null +++ b/public/test.jpg @@ -0,0 +1,9 @@ + + + + + + + + + From bc8554edbe35b4db96d37e7788e4cc6ae3849556 Mon Sep 17 00:00:00 2001 From: eunhak Date: Tue, 4 Jun 2024 18:53:26 +0900 Subject: [PATCH 02/18] feat: add media screen --- tailwind.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tailwind.config.ts b/tailwind.config.ts index b81b9c2..0999748 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -7,6 +7,12 @@ const config: Config = { './src/app/**/*.{js,ts,jsx,tsx,mdx}' ], theme: { + screens: { + xs: { min: ' 350px', max: '400px' }, + sm: { min: '401p', max: '551px' }, + md: { min: '552px' } + // ... + }, extend: { colors: { 'space-purple': '#4E32BB', From bbd4382bf3f3b4d8078a587eb0355eb8512f4241 Mon Sep 17 00:00:00 2001 From: eunhak Date: Tue, 4 Jun 2024 18:53:36 +0900 Subject: [PATCH 03/18] fix: nav footer fix --- src/components/footer/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index f016e5a..ce76c4a 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -9,9 +9,9 @@ const Footer = () => { return (