line-height
parent
5884569224
commit
954d435b68
|
@ -1 +1 @@
|
|||
*{margin:0}*::before,*::after{box-sizing:border-box}html{height:100%}body{height:100%;scroll-behavior:smooth}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
|
||||
*{margin:0}*::before,*::after{box-sizing:border-box}html{height:100%}body{height:100%;scroll-behavior:smooth;line-height:calc(1em + 0.5rem)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}
|
||||
|
|
|
@ -14,6 +14,7 @@ html {
|
|||
body {
|
||||
height: 100%;
|
||||
scroll-behavior: smooth;
|
||||
line-height: calc(1em + 0.5rem);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue