Trying to get some cloze cards to left justify on iOS. Have this html in the desktop version (which works fine), but mobile doesn’t seem to recognize. Anyone have a solution?
.card {
font-family: “Open Sans”, Arial;
font-size: 26px;
color: #ffff;
text-align:;left;
background-color: #6699cc;}