File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ section h1 {
111111}
112112
113113path {
114- animation : flow 3 s linear forwards;
114+ animation : flow 5 s 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 1 px ;
391+ border : # 121b20 solid 5 px ;
392392}
393393
394394# description .involved-links a : first-child {
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ document.querySelectorAll("#hero-img path").forEach(it => {
3232} ) ;
3333
3434let iframe = document . getElementById ( "videoEmbed" ) ;
35- iframe . onload = ( ) => {
35+ iframe . onload = window . onresize = ( ) => {
3636 iframe . style . height = iframe . offsetWidth * 0.5625 + "px" ;
3737}
You can’t perform that action at this time.
0 commit comments