You'll need to add some custom CSS to the <style>
tag at the bottom:
#app-bar-title {
flex-grow: 1;
justify-content: center;
}
The parent of the app-bar
is "Flex" styled, and the above CSS will center it's content.
You'll need to add some custom CSS to the <style>
tag at the bottom:
#app-bar-title {
flex-grow: 1;
justify-content: center;
}
The parent of the app-bar
is "Flex" styled, and the above CSS will center it's content.