Resize hero header
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script>
|
<script>
|
||||||
const DISTANCE = 20
|
const DISTANCE = 25
|
||||||
const birdIcon = document.getElementById("birdButton");
|
const birdIcon = document.getElementById("birdButton");
|
||||||
const birdSound = new Audio("SnowBuntingSound.ogg");
|
const birdSound = new Audio("SnowBuntingSound.ogg");
|
||||||
const template = document.getElementById("barTemplate");
|
const template = document.getElementById("barTemplate");
|
||||||
|
|||||||
+2
-2
@@ -39,7 +39,7 @@ nav a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3rem;
|
font-size: 4rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@ footer svg {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 5px;
|
left: 10px; /* Offset */
|
||||||
animation: pop 0.8s ease-out var(--delay);
|
animation: pop 0.8s ease-out var(--delay);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user