) {
return (
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 978195d..bcf1d05 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,24 +1,13 @@
import type { Metadata } from 'next';
-import { getServerSession } from 'next-auth';
import NoneLoginHome from './(home)/components/noneLogin/NoneLoginHome';
-import { authOptions } from './api/auth/authOptions';
-
export const metadata: Metadata = {
title: 'Linkup',
description: '공간과 사람의 연결을 통해 얻는 새로운 가치',
};
export default async function Home() {
- const session = await getServerSession(authOptions);
+ // const session = await getServerSession(authOptions);
- if (!session) {
- return
;
- } else {
- return (
- <>
-
main
- {/* 임시 로그아웃버튼 */}
- >
- );
- }
+ //임시로 모든 사용자에게 보여줌
+ return
;
}
diff --git a/src/styles/globals.css b/src/styles/globals.css
index e4e48c6..4d6317f 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -1,23 +1,23 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
-<<<<<<< HEAD
-=======
->>>>>>> dev
+a,
+button {
+ cursor: pointer;
+}
+
@media (min-width: 768px) and (max-width: 920px) {
+
html,
body {
font-size: 11px;
}
- a,
- button {
- cursor: pointer;
- }
}
@media (min-width: 921px) and (max-width: 1024px) {
+
html,
body {
font-size: 12px;
@@ -25,6 +25,7 @@
}
@media (min-width: 1025px) and (max-width: 1280px) {
+
html,
body {
font-size: 13px;
@@ -52,4 +53,4 @@ input[type='number']::-webkit-inner-spin-button {
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 500px white inset !important;
-}
+}
\ No newline at end of file
diff --git a/src/styles/reservation.css b/src/styles/reservation.css
index 4c2f6e9..01b67d2 100644
--- a/src/styles/reservation.css
+++ b/src/styles/reservation.css
@@ -13,7 +13,7 @@
display: none;
}
}
-@media (max-width: 400px) {
+@media (max-width: 766px) {
.btn-hidden {
display: block;
}
@@ -24,7 +24,7 @@
display: none;
}
}
-@media (max-width: 360px) {
+@media (max-width: 766px) {
.hidden-md {
display: block;
}