fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-06-02 20:34:11 -07:00
parent a67d4b38a2
commit c61169a7db
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -38,6 +38,7 @@
}
& .progress-bar-wrapper {
margin-top: var(--font-size-xs);
max-width: 75%;
}