diff --git a/static/homepage.css b/static/homepage.css index ffcddf55429564939ee7ce285b313053331898b7..1b2553156228ac1ffc95f412aca683e5c86d0558 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -233,18 +233,12 @@ background-size: cover; } .homepage-content-img8 { - top: 8700px; - width: 400px; - height: 200px; + top: 8600px; + width: 500px; + height: 500px; flex-shrink: 0; transform: translateX(80%); - background: linear-gradient( - 180deg, - rgba(198, 235, 232, 0) 0%, - rgba(198, 235, 232, 0.3) 100% - ), - url(https://static.igem.wiki/teams/5054/bigelowii.svg), - 0px / 124.243% 105.026% no-repeat; + background: linear-gradient(180deg, rgba(198, 235, 232, 0) 0%, rgba(198, 235, 232, 0.3) 100%), url(https://static.igem.wiki/teams/5054/bigelowii.svg), 0px / 124.243% 105.026% no-repeat; opacity: 0; transition: all 0.5s linear; }