try to deal with font sizes; font-style: italic for em
This commit is contained in:
parent
a83c006d05
commit
d8790d949f
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ p {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
position: relative;
|
||||
height: {{ height|make_really_big:m }};
|
||||
|
|
Loading…
Add table
Reference in a new issue