Skip to content

Commit 0af8ed9

Browse files
committed
Design tweaks
1 parent ed18bcf commit 0af8ed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ section h1 {
111111
}
112112

113113
path {
114-
animation: flow 3s linear forwards;
114+
animation: flow 5s linear forwards;
115115
stroke: var(--theme-color);
116116
}
117117

@@ -388,7 +388,7 @@ button.cta i.fa, .button.cta i.fa {
388388
margin: 0px 20px;
389389
color: white;
390390
background-image: none;
391-
border: #121b20 solid 1px;
391+
border: #121b20 solid 5px;
392392
}
393393

394394
#description .involved-links a:first-child {

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ document.querySelectorAll("#hero-img path").forEach(it => {
3232
});
3333

3434
let iframe = document.getElementById("videoEmbed");
35-
iframe.onload = () => {
35+
iframe.onload = window.onresize = () => {
3636
iframe.style.height = iframe.offsetWidth * 0.5625 + "px";
3737
}

0 commit comments

Comments
 (0)