set line-height to 100% everywhere
This commit is contained in:
parent
4e513580fa
commit
0e5571c432
|
@ -12,7 +12,7 @@ body {
|
|||
}
|
||||
|
||||
p {
|
||||
/* line-height: 1; */
|
||||
line-height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ body, html {
|
|||
|
||||
|
||||
p {
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ body, html {
|
|||
}
|
||||
|
||||
p {
|
||||
/* line-height: 1; */
|
||||
line-height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user