Skip to content

Commit 2ef9b6c

Browse files
Fix line-height for heading-s (#1312)
1 parent d197fa4 commit 2ef9b6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/stupid-paths-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@obosbbl/grunnmuren-tailwind": patch
3+
---
4+
5+
Fix the `line-height` of the `heading-s` class. The correct `line-height` is `1.875rem`, but it was set to `1.1875rem` for small screens.

packages/tailwind/tailwind-base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128

129129
@utility heading-s {
130-
@apply font-text font-medium text-[1.1875rem]/[1.1875rem] lg:text-[1.3125rem]/[2.125rem];
130+
@apply font-text font-medium text-[1.1875rem]/[1.875rem] lg:text-[1.3125rem]/[2.125rem];
131131
}
132132

133133
@utility heading-xs {

0 commit comments

Comments
 (0)