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

fix content image 1

parent 4ee1c6cf
No related branches found
No related tags found
No related merge requests found
Pipeline #408627 passed
...@@ -150,9 +150,10 @@ ...@@ -150,9 +150,10 @@
/* content images style: */ /* content images style: */
.homepage-content-img1{ .homepage-content-img1{
top: 930px; top: 930px;
transform: translateX(-73%); /* transform: translateX(-73%); */ transform: translateX(0%);
width: 349.375px; /* width: 349.375px; */ width: auto;
height: 526.094px; /* height: 526.094px; */ height: auto;
max-width: 100%; /* Ensure it doesn’t overflow */
flex-shrink: 0; flex-shrink: 0;
border-radius: 33.854px; border-radius: 33.854px;
background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat; background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat;
......
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