diff options
Diffstat (limited to 'src/components/PostsList')
| -rw-r--r-- | src/components/PostsList/PostsList.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PostsList/PostsList.module.scss b/src/components/PostsList/PostsList.module.scss index 6c3f93e..5d3ee95 100644 --- a/src/components/PostsList/PostsList.module.scss +++ b/src/components/PostsList/PostsList.module.scss @@ -19,7 +19,7 @@ grid-column: 1; justify-self: end; position: sticky; - top: 0; + top: var(--spacing-xs); margin-right: var(--spacing-lg); } } |
