mmistakes / so-simple-theme

A simple Jekyll theme for words and pictures.
https://mmistakes.github.io/so-simple-theme/
MIT License
2.04k stars 2.48k forks source link

Logo shape #275

Closed adina closed 6 years ago

adina commented 6 years ago

Environment information


Expected behavior

Thank you for your theme. I was wondering if there is a way to change the shape of the logo so its not rounded. Thank you much!

Steps to reproduce the behavior

mmistakes commented 6 years ago

Are you comfortable writing CSS?

The .site-logo-img styles can be found here for you to override the border-radius properties which round the shape.

border-radius: 0; would remove it give you a the default square shape.

adina commented 6 years ago

Thank you!