Updating the HTML
The taller navbar is now more prominent. But the logo is too wide:
To save horizontal space, split the icon and the type. Replace the logo.png
with the icon.png
:
<a
class=
"navbar-item"
>
<img
src=
"images/icon.png"
>
</a>
Move the type with the tagline:
<div
class=
"navbar-item"
>
<div>
<img
src=
"images/type.png"
width=
"250.5"
height=
"21"
>
<br>
<small>
Publishing at the speed of technology</small>
</div>
</div>