diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-10 19:37:14 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-10 19:37:14 +0100 |
| commit | c977a2e72071cabd4aa9962672fb3e604dcae16a (patch) | |
| tree | 8a17bb8814e1cd2f7ebbf0b046e8c23d410e36b5 /src/components/PostsList/PostsList.module.scss | |
| parent | f8cfa5e6e3ae74b84bb94ca3f982554709d2f7d0 (diff) | |
chore: adjust spacing before posts list year on small devices
Diffstat (limited to 'src/components/PostsList/PostsList.module.scss')
| -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 ff36e74..b4ffbd9 100644 --- a/src/components/PostsList/PostsList.module.scss +++ b/src/components/PostsList/PostsList.module.scss @@ -12,7 +12,7 @@ .year { grid-column: 2; - margin-bottom: 0; + margin: var(--spacing-md) 0 0; @include mix.media("screen") { @include mix.dimensions("md") { |
