I have preview photos of the tax lien answer form at the beginning of the interview so it mimics the current Guide and File which does the same. I want to format it so the two pages appear next to each other instead of one below the other. At stand-up last week Caroline mentioned that I also need to format it so that the photos appear correctly for mobile users and I am not sure how to do that.
There are some rudimentary image formatting options in Markdown, documented here. But you'll need more than that. You'll actually need to use CSS to format the images. That's documented here, but I can help you at our next standup.
I was able to get the images to be displayed side by side by creating a features block for css. I also updated the static file section and in the image block I did a div class.
I have preview photos of the tax lien answer form at the beginning of the interview so it mimics the current Guide and File which does the same. I want to format it so the two pages appear next to each other instead of one below the other. At stand-up last week Caroline mentioned that I also need to format it so that the photos appear correctly for mobile users and I am not sure how to do that.