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

revert to previous css

parent 916df941
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -150,10 +150,9 @@
/* content images style: */
.homepage-content-img1{
top: 930px;
/* transform: translateX(-73%); */ transform: translateX(0%);
transform: translateX(-73%);
width: 349.375px;
height: 526.094px;
max-width: 100%;
height: 526.094px;
flex-shrink: 0;
border-radius: 33.854px;
background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat;
......@@ -162,15 +161,13 @@
}
.homepage-content-img2{
top: 1358px;
/* transform: translateX(40%); */ transform: translateX(0%);
transform: translateX(40%);
width: 459.74px;
height: 236.979px;
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"), 50% no-repeat;
/* background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat; */
/* opacity: 0; */ opacity: 1;
background: url("https://static.igem.wiki/teams/5054/nitrogen-bond.svg"), 40% no-repeat;
opacity: 0;
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