summaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta/PostMeta.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-10 12:11:59 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-10 16:21:20 +0100
commitf0b4057f15006b3b77530f68ebd754ed4ea98b89 (patch)
treedc9163f85306a9211f61718765e5afc2a1664706 /src/components/PostMeta/PostMeta.module.scss
parentfca6e17c10a9a737c5fae7417eec89701446875a (diff)
refactor(styles): use css grid to stylize post header
By using pseudo elements instead of background with padding, it is easier to control the look of posts header.
Diffstat (limited to 'src/components/PostMeta/PostMeta.module.scss')
-rw-r--r--src/components/PostMeta/PostMeta.module.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/PostMeta/PostMeta.module.scss b/src/components/PostMeta/PostMeta.module.scss
index 81563d0..ecd3105 100644
--- a/src/components/PostMeta/PostMeta.module.scss
+++ b/src/components/PostMeta/PostMeta.module.scss
@@ -21,7 +21,6 @@
&--single {
flex-flow: column wrap;
margin: var(--spacing-sm) 0 0;
- padding: 0 var(--spacing-md) 0;
@include mix.media("screen") {
@include mix.dimensions("xs") {