for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
- Fix the CSS to properly show the menu on smaller screens and to scale down the logo as necessary - Fix the CSS to have the menu icon be properly sized