kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

image width and using custom CSS #80

Closed connor11528 closed 3 years ago

connor11528 commented 4 years ago

When I insert images into my blog posts they are much larger than the view space, meaning there's a scroll that's weird.

Screen Shot 2020-02-06 at 12 52 45 PM post link

I'd like to fix and playing in the console I see that I can add

img {
  width: 100%;
}

So I think this could be a good fix (I'm happy to submit a PR), but also, how do I add my own custom CSS when working with this theme?