aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar/Sidebar.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-14 12:14:35 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-14 12:20:29 +0100
commit7c7a0a3c243b94b9344e18a37f686c600ec7b962 (patch)
treec7826fb9cf967c82ff16bc038fd4cb66ccbcd7a8 /src/components/Sidebar/Sidebar.module.scss
parentc1ce65e75f6cf5514e7eee9541ff8a8eacc04822 (diff)
chore: change posts list styles
Diffstat (limited to 'src/components/Sidebar/Sidebar.module.scss')
-rw-r--r--src/components/Sidebar/Sidebar.module.scss2
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;