refactor share

This commit is contained in:
Jay V 2025-05-28 16:42:30 -04:00
parent 9d7c5efb9b
commit 041a080a13
2 changed files with 153 additions and 75 deletions

View file

@ -45,8 +45,11 @@
h1 {
font-size: 1.75rem;
font-weight: 500;
line-height: 1.125;
letter-spacing: -0.05em;
}
p {
flex: 0 0 auto;
display: flex;
gap: 0.375rem;
font-size: 0.75rem;
@ -131,16 +134,18 @@
}
[data-section="content"] {
padding: 3px 0 0.375rem;
padding: 1px 0 0.375rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
span:first-child {
padding-top: 2px;
font-size: 0.75rem;
}
span:last-child {
align-self: flex-start;
font-size: 0.75rem;
color: var(--sl-color-text-dimmed);
}