chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-17 19:50:07 -07:00
parent bfbeba9916
commit 04622dbce7
No known key found for this signature in database
7 changed files with 50 additions and 48 deletions

View file

@ -51,10 +51,6 @@
& p {
margin: 0;
overflow: hidden;
max-width: 100%;
text-overflow: ellipsis;
width: fit-content;
}
& .description {
@ -87,25 +83,23 @@
flex-direction: column;
gap: var(--spacing-sm);
& p {
&.title {
font-size: var(--font-size-xl);
line-height: var(--line-height-md);
}
& p.title {
font-size: var(--font-size-xl);
line-height: var(--line-height-md);
}
&.sub-meta {
font-size: var(--font-size-sm);
& p.sub-meta {
font-size: var(--font-size-sm);
& svg {
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
}
& svg {
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
}
}
&.title,
&.sub-meta {
margin: 0;
}
& p.title,
& p.sub-meta {
margin: 0;
}
}
}