Resize hero header

This commit is contained in:
2026-04-20 01:52:50 +02:00
parent 5566991bc8
commit 6acc03d51a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
</footer>
<!-- Scripts -->
<script>
const DISTANCE = 20
const DISTANCE = 25
const birdIcon = document.getElementById("birdButton");
const birdSound = new Audio("SnowBuntingSound.ogg");
const template = document.getElementById("barTemplate");
+2 -2
View File
@@ -39,7 +39,7 @@ nav a:hover {
}
h1 {
font-size: 3rem;
font-size: 4rem;
margin-bottom: 1rem;
}
@@ -126,7 +126,7 @@ footer svg {
opacity: 0;
position: absolute;
top: 0;
left: 5px;
left: 10px; /* Offset */
animation: pop 0.8s ease-out var(--delay);
pointer-events: none;
}