chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-10 21:21:47 -07:00
parent dab250f8ff
commit e03e3d6ba3
No known key found for this signature in database
4 changed files with 4 additions and 24 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -182,7 +182,6 @@ a.icon-link:focus,
a.icon-link:focus-within {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
line-height: var(--line-height-sm);
text-decoration: none;
& svg {

View file

@ -35,7 +35,7 @@
& .presentation .info {
display: flex;
flex-direction: column;
gap: var(--spacing-xs);
gap: var(--spacing-sm);
}
& .meta,
@ -48,36 +48,17 @@
display: flex;
flex-direction: row;
align-items: center;
max-width: 95%;
}
& .meta-text {
display: flex;
flex-direction: column;
justify-content: start;
max-width: 75%;
}
& .title {
font-weight: var(--font-weight-bold);
line-height: var(--line-height-md);
& a {
outline: none;
}
&:focus,
&:focus-within {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
}
}
& .title,
& .subtext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
& .title,