Skip to content

Commit

Permalink
统一间距(重要)
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurefreeman committed Feb 18, 2024
1 parent 83ef535 commit 85328c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ebony.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ h1 {
/* 36px */
line-height: 2.75rem;
/* 40px */
margin-bottom: 1.5rem;
margin-bottom: var(--p-spacing);
/* 24px */
letter-spacing: -1.5px;
}
Expand All @@ -199,7 +199,7 @@ h2 {
/* 24px */
line-height: 1.875rem;
/* 30px */
margin-bottom: 1.5rem;
margin-bottom: var(--p-spacing);
/* 24px */
letter-spacing: -1px;
font-weight: bold;
Expand All @@ -210,7 +210,7 @@ h3 {
/* 18px */
line-height: 1.5rem;
/* 24px */
margin-bottom: 1.5rem;
margin-bottom: var(--p-spacing);
/* 24px */
letter-spacing: -1px;
font-weight: bold;
Expand All @@ -221,7 +221,7 @@ h4 {
/* 16px */
line-height: 1.375rem;
/* 22px */
margin-bottom: 1.5rem;
margin-bottom: var(--p-spacing);
/* 24px */
color: white;
}
Expand All @@ -231,7 +231,7 @@ h5 {
/* 16px */
line-height: 1.25rem;
/* 22px */
margin-bottom: 1.5rem;
margin-bottom: var(--p-spacing);
/* 24px */
font-weight: bold;
}
Expand All @@ -241,7 +241,7 @@ h6 {
/* 16px */
line-height: 1rem;
/* 16px */
margin-bottom: 0.75rem;
margin-bottom: var(--p-spacing);
color: white;
}

Expand Down

0 comments on commit 85328c9

Please sign in to comment.