Skip to content

Commit

Permalink
Revert #910, added is-tight
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed May 2, 2023
1 parent f5faa81 commit 648b2cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
font-weight: 500;
font-size: var(--ts-font-size-17px);
color: var(--accent-color, inherit);
line-height: 1.3;
line-height: 1.5;
display: flex;
align-items: center;
}
Expand Down Expand Up @@ -155,3 +155,11 @@ a.ts-header:hover {
.ts-header.is-massive {
font-size: var(--ts-font-size-33px);
}

/**
* Tight
*/

.ts-header.is-tight {
line-height: 1.3;
}

0 comments on commit 648b2cc

Please sign in to comment.