fix: typo

This commit is contained in:
Cory Dransfeldt 2024-10-13 20:04:15 -07:00
parent 1f8d704245
commit 652780d8f9
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -167,7 +167,7 @@
--grid-columns-six: repeat(6, minmax(0, 1fr));
--grid-poster: var(--grid-columns-two);
--grid-square: var(---grid-columns-two);
--grid-square: var(--grid-columns-two);
--grid-vertical: var(--grid-columns-three);
@media screen and (min-width: 768px) {