uh, line-heights
This commit is contained in:
parent
a3f5353d4d
commit
b067647825
|
@ -12,7 +12,7 @@ body {
|
|||
}
|
||||
|
||||
p {
|
||||
line-height: 100%;
|
||||
line-height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,9 @@ p {
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
p span {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
position: relative;
|
||||
|
|
|
@ -12,7 +12,7 @@ body, html {
|
|||
}
|
||||
|
||||
p {
|
||||
line-height: 100%;
|
||||
line-height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ p {
|
|||
p span {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
line-height: 100%;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
em {
|
||||
|
|
Loading…
Reference in New Issue
Block a user