I have the following fiddle:
https://jsfiddle.net/w5c36epd/
If you look closely you can see that the logo is not actually centered. I have tried different flexbox options such as:
<div class="flex-shrink-0 justify-center">
<img class="h-64 w-64" src="../../assets/images/logo.svg" alt="Workflow logo">
</div>
but I can't seem to align it.
What am I missing?
Try these :