refactor share
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user