chore: styles

This commit is contained in:
Cory Dransfeldt 2024-07-18 16:12:45 -07:00
parent c7633d8fa6
commit ede1e8b827
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", "name": "coryd.dev",
"version": "20.12.4", "version": "20.12.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.12.4", "version": "20.12.5",
"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": "20.12.4", "version": "20.12.5",
"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

@ -18,6 +18,7 @@
& img { & img {
width: 100%; width: 100%;
height: 100%; height: 100%;
image-rendering: pixelated;
} }
} }
} }