summaryrefslogtreecommitdiffstats
path: root/src/components/PostMeta/PostMeta.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-29 17:52:21 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-29 18:01:06 +0100
commit8e0c8c9255ba5ab466d8372fe223efeb5a3f0833 (patch)
tree67102c4c0776f83c8f845266728cb4099a14b41a /src/components/PostMeta/PostMeta.module.scss
parent76c01d51ccbdd0faaf12b624328a40ef24f33f88 (diff)
chore: replace read more link with ButtonLink component
I also fix the load more button position since I removed the margin auto.
Diffstat (limited to 'src/components/PostMeta/PostMeta.module.scss')
-rw-r--r--src/components/PostMeta/PostMeta.module.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PostMeta/PostMeta.module.scss b/src/components/PostMeta/PostMeta.module.scss
index f997ffa..3ec7daf 100644
--- a/src/components/PostMeta/PostMeta.module.scss
+++ b/src/components/PostMeta/PostMeta.module.scss
@@ -4,6 +4,7 @@
.wrapper {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
+ margin-top: var(--spacing-md);
font-size: var(--font-size-sm);
@include mix.media("screen") {