ボタンの位置はそのままにしたいが、画面の幅に合わせてロゴを中央に配置したい。しかし、ロゴはもう少し正しいです。左のボタンが原因だと思う。また、メニューバー内でロゴをどのように垂直に配置するのですか?ご協力いただきありがとうございます。画像が正しく中央揃えされていない
<div style="position:fixed; display:inline; max-width:100%; background-color:white; left:0px; top:0px; right:0px; border-bottom:1px solid #6C7A89; text-align:center;">
<button style="width:80px; height:80px; background:transparent; border:none; font-size:27px; outline:none; float:left;" onclick="w3_open()">☰</button>
<img src="https://nebulon.io/nebulon.png" style="max-height:70px;">
</div>
https://jsfiddle.net/bjLex5qm/1/