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",
"version": "19.5.29",
"version": "19.5.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.5.29",
"version": "19.5.30",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

View file

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