Re-add base line height
This commit is contained in:
parent
5323b6153f
commit
aef186ea76
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
|
|
||||||
|
html {
|
||||||
|
line-height: 1.15;
|
||||||
|
}
|
||||||
|
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|
Reference in a new issue