Merge branch 'main' of git@github.com:cdransf/coryd.dev.git

This commit is contained in:
Cory Dransfeldt 2024-06-17 17:59:15 -07:00
commit 57d48866e2
3 changed files with 10 additions and 6 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -48,10 +48,14 @@
& .title {
font-weight: var(--font-weight-bold);
line-height: 1.5;
}
& .title,
& .subtext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.5;
}
& .title,
@ -64,12 +68,12 @@
& .subtext,
& .timestamp {
font-size: var(--font-size-sm);
white-space: nowrap;
}
& .timestamp {
margin-left: var(--sizing-lg);
text-align: right;
white-space: nowrap;
}
& .count {
@ -77,7 +81,7 @@
}
& .info {
max-width: calc(95% - var(--sizing-lg));
max-width: calc(75% - var(--sizing-lg));
}
}