How to align my drawer menu to the left on mobile devices?

My website: https://teemania.co/

This is a mobile only issue. I recently moved my logo to the top center of my page, and now my drawer menu icon is in a pretty weird place on mobile devices. Is it possible to align the drawer icon to the far left? I attached an image below.

@teemania - add this css to the very end of your base.css file and check

.header__icon--menu{justify-content: left;}