From 47163e6b7fa3d89cb352917cc7e8457eb2a5919b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <coryd@hey.com> Date: Fri, 1 Mar 2024 15:04:14 -0800 Subject: [PATCH] fix: spacing --- package.json | 2 +- src/assets/styles/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7953ff70..7e66f5dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "7.0.2", + "version": "7.0.3", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index c91ff2ce..81704cd1 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -336,7 +336,7 @@ article [rel="author"] { } .tag:not(:last-child) { - margin-right: .125rem; + margin-right: .25rem; } /* buttons */