fix: styles

This commit is contained in:
Cory Dransfeldt 2024-06-13 16:53:24 -07:00
parent 490884ffca
commit 9706124c53
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.2.7",
"version": "19.2.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.2.7",
"version": "19.2.8",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

View file

@ -185,7 +185,7 @@
display: flex;
flex-direction: column;
gap: var(--sizing-xs);
margin-top: var(--sizing-base);
margin: var(--sizing-base) 0;
& p {
margin: 0;