rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.46k stars 777 forks source link

Fix rounded corners for cover images #341

Closed MayMeow closed 3 years ago

MayMeow commented 3 years ago

There were missing overflow: hidden; for cover images. So all images has straight corners instead of rounded. (Another soutions is to move border -radius to .cover img element.

Withowt overflow: hidden;

image

and this is how it looks like with it:

image

rhazdon commented 3 years ago

Thank you so much! <3