Hi @demobuster
Below are the two CSS property which are causing the issue with the title alignement.

This is not a major issue, but if you want this to be resolved, raise a ticket with Adobe Support and they should be able to fix it in next release.
Also as a quick dirty fix, you can override these 2 properties in your code and load it only during authoring mode.
.editor-GlobalBar-pageTitle {
left: 0 !important;
right:0 !important;
}
Thanks!