Fixed an issue, where the logo would be off center, if the font-family attribute was applied to the element.

This commit is contained in:
Greenscreener 2020-05-18 19:43:43 +02:00
parent 2661c6da1c
commit a9d73d164a

View File

@ -19,7 +19,7 @@ template.innerHTML = `
font-weight: bold;
}
#titlePlaceholder {
margin-right: -1.15em;
margin-right: -1.55em;
visibility: hidden;
}
#titleText {
@ -44,6 +44,7 @@ template.innerHTML = `
white-space: nowrap;
}
:host {
font-family: "Fira Code", monospace;
display: inline-block;
vertical-align: top;
margin-bottom: -0.3em;