I want to make left justified text more centered on a cloze deletion card.
Unfortunately I am using a card template of the anking which is very complicated to understand in the source code. Is there a simple solution to this I could add to the source code?
To change the width of the content, add max-width: X to the centeredBox styling, where X is either a value in percentage like 80% or in pixels like 500px.