try to deal with font sizes; font-style: italic for em
This commit is contained in:
parent
a83c006d05
commit
d8790d949f
|
@ -16,6 +16,10 @@ p {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.canvas {
|
.canvas {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: {{ height|make_really_big:m }};
|
height: {{ height|make_really_big:m }};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user