Anki Type to Answer Bug

So I have chinese flash cards set up.

Front:
{{Front}}

{{type:Back}}

Back:
{FrontSide}}


Styling:
.card {

font-family: arial;

font-size: 20px;

text-align: center;

color: black;

background-color: white;

}

The line “hr” should be right between front side and answer. Works perfectly on desktop but on mobile the line is under the answer. its bugging the crap out of me.



I’ll make them consistent in the future, but for now you should be able to correct the issue by editing your template, and changing

{{FrontSide}}

<hr id=answer>

to

{{Front}}

<hr id=answer>

{{type:Back}}