Logo Scaling Fix
This commit is contained in:
@@ -16,13 +16,7 @@ export default function RootLayout({
|
|||||||
<main suppressHydrationWarning={true}>
|
<main suppressHydrationWarning={true}>
|
||||||
{!isMobile && !isSafari ? <NavBar /> : null}
|
{!isMobile && !isSafari ? <NavBar /> : null}
|
||||||
<section className="min-h-screen max-w-screen space-x-2 gap-4 flex flex-col">
|
<section className="min-h-screen max-w-screen space-x-2 gap-4 flex flex-col">
|
||||||
<Image
|
<img src="/drinkhappylogo.png" alt="Drink Happy Logo Image" className="h-auto mx-auto w-3/4 lg:w-1/4" />
|
||||||
src="/drinkhappylogo.png"
|
|
||||||
alt="Drink Happy Logo Image"
|
|
||||||
width={200}
|
|
||||||
height={200}
|
|
||||||
className="h-auto mx-auto w-1/4"
|
|
||||||
/>
|
|
||||||
{children}
|
{children}
|
||||||
</section>
|
</section>
|
||||||
{isMobile && isSafari ? (
|
{isMobile && isSafari ? (
|
||||||
|
|||||||
@@ -29,8 +29,6 @@ export default function RootLayout({
|
|||||||
>
|
>
|
||||||
<DeviceProvider>
|
<DeviceProvider>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
|
|
||||||
</DeviceProvider>
|
</DeviceProvider>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user