How do I center the company name but position the logo to the left right above the apple?
https://flexbox-mobile-first-starter--chanceit.repl.co
I'm happy with the mobile and tablet style. I'm asking for help just for the desktop view styling.
Voters
Add the tag style='position:relative; left:[pixels]px; top:[pixels]px;' to your logo and replace the [pixels] text with the amount of pixels you want it to move or change px to % and [pixels] to what percentage of the screen you want it to move.