tst
All checks were successful
deploy to production / deploy (push) Successful in 38s

This commit is contained in:
2023-10-14 18:12:59 +00:00
parent 1ff872d1dd
commit 1fc0ca05b8
2 changed files with 10 additions and 10 deletions

View File

@@ -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;