line-height

master
andy 2021-11-26 11:06:19 +01:00
parent 5884569224
commit 954d435b68
2 changed files with 2 additions and 1 deletions

2
css/reset.min.css vendored
View File

@ -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}

View File

@ -14,6 +14,7 @@ html {
body {
height: 100%;
scroll-behavior: smooth;
line-height: calc(1em + 0.5rem);
}