mirror of
https://github.com/Kyren223/website.git
synced 2026-03-29 09:21:41 +00:00
Fixed top margin on non phone layouts
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user