chore: styles
This commit is contained in:
parent
dab250f8ff
commit
e03e3d6ba3
4 changed files with 4 additions and 24 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.7.16",
|
"version": "24.7.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.7.16",
|
"version": "24.7.17",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.7.16",
|
"version": "24.7.17",
|
||||||
"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": {
|
||||||
|
|
|
@ -182,7 +182,6 @@ a.icon-link:focus,
|
||||||
a.icon-link:focus-within {
|
a.icon-link:focus-within {
|
||||||
outline: var(--outline-default);
|
outline: var(--outline-default);
|
||||||
border-radius: var(--border-radius-slight);
|
border-radius: var(--border-radius-slight);
|
||||||
line-height: var(--line-height-sm);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
& svg {
|
& svg {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
& .presentation .info {
|
& .presentation .info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--spacing-xs);
|
gap: var(--spacing-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
& .meta,
|
& .meta,
|
||||||
|
@ -48,36 +48,17 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 95%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& .meta-text {
|
& .meta-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
max-width: 75%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& .title {
|
& .title {
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
line-height: var(--line-height-md);
|
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,
|
& .title,
|
||||||
|
|
Reference in a new issue