BlogTheme
BlogTheme copied to clipboard
Fixed issue with h1 tag floating into navigation and not justifying left
I saw this closed PR: https://github.com/rastersize/BlogTheme/pull/9 and thought a more simple solution might be to just remove the display: inline-block; from the h1, that way you don't need to mess up the ordering of anything, and it still accomplishes what it should look like.