chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-10 20:33:09 -07:00
parent 6b9f329cce
commit dab250f8ff
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.15", "version": "24.7.16",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -32,8 +32,10 @@
height: calc(var(--sizing-3xl) * 1.5); height: calc(var(--sizing-3xl) * 1.5);
} }
& .presentation { & .presentation .info {
display: flex; display: flex;
flex-direction: column;
gap: var(--spacing-xs);
} }
& .meta, & .meta,