I've used the adapt framework v4 to create a course using the command line tool. I've manually embedded some text with images in json formatted html within a simple Adapt 'Text' component. Everything works fine - text and images display as desired save for not having the images centered. I've figured out that I need "display:block; text-align:center;" to make this work. but can't figure out how to modify the vanilla theme to do it.
I have read this and while interesting it's far from clear and I don't know anything about handlebars or less. I'm hoping I could avoid digging too deep into these two technologies - can anyone throw me a freebee here?