First I wanted to say your work is fantastic! I was actually writing about spaced repetition myself, and discovering your interactive comic was a delightful and much more comprehensive experience – thank you! I'm really curious about your process for precisely placing all those text boxes. Did you utilize a visual tool, or was it more of an "adjust-and-see" workflow directly in the source code?
I'd like to report a little issue in the Arabic version of the article. The white title is overlapping with the light background, making some parts invisible:

After changing font-size from 100px to 70px it's rendered correctly:

Since 100px is hard-coded in comic.js file which will affect all languages, I couldn't make a pull request to fix the issue. May be a style tag with font-size: 70px !important can fix it?
First I wanted to say your work is fantastic! I was actually writing about spaced repetition myself, and discovering your interactive comic was a delightful and much more comprehensive experience – thank you! I'm really curious about your process for precisely placing all those text boxes. Did you utilize a visual tool, or was it more of an "adjust-and-see" workflow directly in the source code?
I'd like to report a little issue in the Arabic version of the article. The white title is overlapping with the light background, making some parts invisible:
After changing
font-sizefrom100pxto70pxit's rendered correctly:Since
100pxis hard-coded incomic.jsfile which will affect all languages, I couldn't make a pull request to fix the issue. May be astyletag withfont-size: 70px !importantcan fix it?