thunderbird / thunderblog

A simple, responsive, mobile-first Wordpress theme for the Thunderbird Blog
https://blog.thunderbird.net
MIT License
9 stars 5 forks source link

Footer logo is clickable everywhere horizontally #29

Closed Alecaddd closed 6 months ago

Alecaddd commented 2 years ago

The Thunderbird logo in the Footer is clickable also in the empty space around it. This can be fixed by setting the footer to have text-align: center; and the footer .logo be display: inline-block;.

I'm not sure if this change will affect other sections since I can't currently see how menus and other currently empty sections might behave.

@micahilbery, after we populate the footer, can you take care of cleaning the CSS up a bit and align things properly? Also this has a very low priority.