Resize hero header
This commit is contained in:
+1
-1
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user