diff --git a/static/homepage.css b/static/homepage.css index 5ced5d88124fa0105a8a734e992a505776b0c8ac..b2df1b6b0ed3bfab50e8b57f82ab25dc43af4c83 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -178,7 +178,7 @@ width: 500px; height: 500px; flex-shrink: 0; - top: 5000px; + top: 5500px; /* opacity: 1; */ box-shadow: inset 0px 0px 40px 20px #C6EBE8; background: url(https://static.igem.wiki/teams/5054/plants-fixing.svg), 50% / cover no-repeat; @@ -301,7 +301,7 @@ transition: all 0.5s linear; } .homepage-content-img6 { - top: 5700px; + top: 6300px; width: 1100px; height: 650px; flex-shrink: 0; @@ -323,7 +323,7 @@ } */ .homepage-content-img7 { - top: 7500px; + top: 8000px; width: 1200px; height: 550px; overflow: hidden; @@ -778,7 +778,7 @@ transition: all 0.5s linear; } .homepage-content6 { - top: 4800px; + top: 5200px; width: 1000px; height: 100px; font-family: SourceSansPro; @@ -791,14 +791,14 @@ transition: all 0.7s linear; } .homepage-content7 { - top: 5500px; + top: 6000px; width: 1000px; height: 65px; opacity: 0; transition: all 0.5s linear; } .homepage-content8 { - top: 6400px; + top: 7000px; width: 1000px; height: 65px; /* transform: translateX(-110%); */ @@ -807,7 +807,7 @@ } .homepage-content9 { - top: 7000px; + top: 7500px; width: 900px; height: 400px; font-family: SourceSansPro; @@ -823,7 +823,7 @@ } .homepage-content10 { - top: 8100px; + top: 8600px; width: 1000px; height: 28px; flex-shrink: 0; diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 18857f984296ae94854b2c8ac92fe0f0b7ff6fc0..1760485962042c049004c26d30c5450d1e5c2c67 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -320,7 +320,7 @@ </a> </div> -<canvas id="roadmap"></canvas> +<canvas id="roadmap" width="1300" height="4500" style="background-color: transparent;"></canvas> </div> </div> <script src="{{ url_for('static', filename = 'homepage.js') }}" type="text/javascript"></script>