diff --git a/src/routes/(DefaultStyle)/post/[slug]/+page.svelte b/src/routes/(DefaultStyle)/post/[slug]/+page.svelte index 2fda91b..120f36c 100644 --- a/src/routes/(DefaultStyle)/post/[slug]/+page.svelte +++ b/src/routes/(DefaultStyle)/post/[slug]/+page.svelte @@ -141,6 +141,8 @@ min-width: 280px; max-width: 320px; + margin: 25px 0 40px 0; + @media (width<1000px) { display: none; } @@ -150,7 +152,7 @@ flex-direction: column; row-gap: 20px; position: sticky; - top: 70px; + top: 60px; } & #side>* { background-color: var(--grid-color);