Some of the new pages may appear broken on mobile devices. I'll be working to fix that next week. Additionally, I will work on adding an accessibility warning and making the site clearer.
I feel that an accessibility warning is needed because I stack text to create multiple outlines, which could affect screen readers (though, I have no idea how they work, so I would like some input on this).
Well, I said "next week", but I couldn't help myself. I've "fixed" the pages in the most convoluted way possible.
Essentially, I was using absolute positioning on the text to make the text objects overlap, preventing the box element from expanding for some reason. My "fix" involved creating duplicating the text element again and removing the text1 class.
Some of the new pages may appear broken on mobile devices. I'll be working to fix that next week. Additionally, I will work on adding an accessibility warning and making the site clearer. I feel that an accessibility warning is needed because I stack text to create multiple outlines, which could affect screen readers (though, I have no idea how they work, so I would like some input on this).
Well, I said "next week", but I couldn't help myself. I've "fixed" the pages in the most convoluted way possible. Essentially, I was using absolute positioning on the text to make the text objects overlap, preventing the box element from expanding for some reason. My "fix" involved creating duplicating the text element again and removing the text1 class.