fix: minor update for outline presentation

This commit is contained in:
Cory Dransfeldt 2024-06-23 11:45:58 -07:00
parent 1d3d51bf18
commit 5e6c3ef503
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -421,8 +421,7 @@ footer {
} }
& a { & a {
width: var(--sizing-xl); display: flex;
height: var(--sizing-xl);
} }
} }