This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
let hoverTimeout: string | number | NodeJS.Timeout | undefined
|
||||
|
||||
function stretchText() {
|
||||
let container = document.getElementById("logo-containerpc")
|
||||
/* let container = document.getElementById("logo-containerpc")
|
||||
let textElement = document.getElementById("upperpc")
|
||||
|
||||
let containerWidth = container.offsetWidth
|
||||
@@ -57,7 +57,7 @@
|
||||
if (characterCount > 0 && spaceNeeded > 0) {
|
||||
const letterSpacing = spaceNeeded / characterCount
|
||||
textElement.style.letterSpacing = `${letterSpacing}px`
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
window.addEventListener("resize", stretchText)
|
||||
@@ -241,7 +241,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: -15px;
|
||||
width: 200px;
|
||||
|
||||
.logo-text {
|
||||
padding: 0px 10px;
|
||||
p {
|
||||
@@ -258,7 +258,7 @@
|
||||
color: rgb(184, 16, 16);
|
||||
}
|
||||
& > #lowerpc {
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
letter-spacing: 0.4px;
|
||||
font-weight: bold;
|
||||
margin-top: -17px;
|
||||
|
||||
Reference in New Issue
Block a user