diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-14 12:14:35 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-14 12:20:29 +0100 |
| commit | 7c7a0a3c243b94b9344e18a37f686c600ec7b962 (patch) | |
| tree | c7826fb9cf967c82ff16bc038fd4cb66ccbcd7a8 /src/components/Sidebar | |
| parent | c1ce65e75f6cf5514e7eee9541ff8a8eacc04822 (diff) | |
chore: change posts list styles
Diffstat (limited to 'src/components/Sidebar')
| -rw-r--r-- | src/components/Sidebar/Sidebar.module.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Sidebar/Sidebar.module.scss b/src/components/Sidebar/Sidebar.module.scss index 544a733..83c1024 100644 --- a/src/components/Sidebar/Sidebar.module.scss +++ b/src/components/Sidebar/Sidebar.module.scss @@ -2,6 +2,7 @@ .wrapper { grid-column: 2; + margin-top: var(--spacing-lg); @include mix.media("screen") { @include mix.dimensions("md") { @@ -10,6 +11,7 @@ align-self: stretch; display: flex; flex-flow: column nowrap; + margin-top: 0; position: relative; visibility: hidden; |
