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