aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-07 18:51:02 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-07 19:37:26 +0100
commit9a85c175bf59b7a360f09da23a3ac83293838570 (patch)
treec4e5385a3b2fd618cabd5356573aff14602c7d20 /src/components/PostMeta
parent06d0b7bb010f5ac1b3a0c8117b274a700f7266fe (diff)
chore: add article header styles
Diffstat (limited to 'src/components/PostMeta')
-rw-r--r--src/components/PostMeta/PostMeta.module.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/PostMeta/PostMeta.module.scss b/src/components/PostMeta/PostMeta.module.scss
index ac25828..81563d0 100644
--- a/src/components/PostMeta/PostMeta.module.scss
+++ b/src/components/PostMeta/PostMeta.module.scss
@@ -20,8 +20,8 @@
&--single {
flex-flow: column wrap;
- margin: 0;
- padding: 0 var(--spacing-md);
+ margin: var(--spacing-sm) 0 0;
+ padding: 0 var(--spacing-md) 0;
@include mix.media("screen") {
@include mix.dimensions("xs") {