diff --git a/client/public/index.html b/client/public/index.html index 6b41282..bc1b048 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -4,7 +4,7 @@ - + 42byte @@ -32,6 +32,10 @@ rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&family=Press+Start+2P&display=swap" /> + + + + diff --git a/client/public/manifest.json b/client/public/manifest.json index 9b3dac2..608d5fd 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -3,7 +3,7 @@ "name": "42byte", "icons": [ { - "src": "images/BLogo.png", + "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" } diff --git a/client/src/components/Header/styled.ts b/client/src/components/Header/styled.ts index 53e7c93..5d4d7e9 100644 --- a/client/src/components/Header/styled.ts +++ b/client/src/components/Header/styled.ts @@ -60,6 +60,7 @@ export const HeaderBackdrop = styled.div` align-items: center; width: 100vw; height: 100vh; + max-height: -webkit-fill-available; `; export const UtilButton = styled.div` diff --git a/client/src/styles/styled.ts b/client/src/styles/styled.ts index 2580d16..e8faae4 100644 --- a/client/src/styles/styled.ts +++ b/client/src/styles/styled.ts @@ -6,6 +6,7 @@ export const AppContainer = styled.div` justify-items: center; background: #6bb8f0; height: 100vh; + max-height: -webkit-fill-available; input[type='button'] { -webkit-appearance: none; }