fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-05-04 19:30:42 -07:00
parent ed07acb4be
commit 212f4d3c7f
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "13.6.11",
"version": "13.6.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "13.6.11",
"version": "13.6.12",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.2.2",
@ -1730,9 +1730,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001615",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001615.tgz",
"integrity": "sha512-1IpazM5G3r38meiae0bHRnPhz+CBQ3ZLqbQMtrg+AsTPKAXgW38JNsXkyZ+v8waCsDmPq87lmfun5Q2AGysNEQ==",
"version": "1.0.30001616",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz",
"integrity": "sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw==",
"dev": true,
"funding": [
{

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "13.6.11",
"version": "13.6.12",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -3,6 +3,7 @@
flex-direction: column;
gap: var(--sizing-sm);
align-items: center;
padding-bottom: var(--sizing-base);
&:last-of-type {
border-bottom: 0;