Dana Ottaviani
Dana Ottaviani
I guess someone could always design a new icon for this? It seems the fontawesome one is the typical result on icon sites.
Sure, I can do this. :+1:
Right, I'll fix that!
I don't see the icon for changing to dark/mocha/light mode in my branch so I checked out Master and it wasn't there either. 😕
I'd like to try to work on this one.
For showing the posts in a 2 column format, I would try using CSS grid on the `posts` div. ``` .posts { display: grid; grid-template-columns: auto auto; } ```
I think updating the images would be beneficial. I've had my share of tutorials where I was fumbling through outdated UI images. 😅