Skip to content
Snippets Groups Projects
Commit 1498d5e6 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

fix image 2

parent 06bcd337
No related branches found
No related tags found
No related merge requests found
Pipeline #408631 passed
......@@ -162,13 +162,15 @@
}
.homepage-content-img2{
top: 1358px;
transform: translateX(40%);
width: 459.74px;
height: 236.979px;
/* transform: translateX(40%); */ transform: translateX(0%);
/* width: 459.74px; */ width: auto;
/* height: 236.979px; */ height: auto;
max-width: 100%; /* Ensure it doesn’t overflow */
flex-shrink: 0;
border-radius: 33.854px;
background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat;
opacity: 0;
background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 50% no-repeat;
/* background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat; */
/* opacity: 0; */ opacity: 1;
transition: all 0.5s linear;
}
.homepage-content-img3{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment