Fixed top margin on non phone layouts

This commit is contained in:
2025-08-10 14:59:51 +03:00
parent f8bf7fc8dc
commit 09ab8644cf

View File

@@ -18,7 +18,7 @@ const { path: title } = Astro.props;
<body>
<main
class="w-[95vw] h-[97vh] p-[2.2svh] text-[3vw] mt-[10vw]
sm:w-[68.75vw] sm:h-[35vw] sm:p-[2.2vw] sm:text-[1.125vw] sm:border-[0.2vw] sm:border-solid"
sm:w-[68.75vw] sm:h-[35vw] sm:p-[2.2vw] sm:text-[1.125vw] sm:border-[0.2vw] sm:border-solid sm:mt-[0vw]"
>
<Nav path={title} />
<slot />