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

remove max width

parent 1498d5e6
No related branches found
No related tags found
No related merge requests found
Pipeline #408646 passed
......@@ -153,7 +153,7 @@
/* transform: translateX(-73%); */ transform: translateX(0%);
/* width: 349.375px; */ width: auto;
/* height: 526.094px; */ height: auto;
max-width: 100%; /* Ensure it doesn’t overflow */
/* max-width: 100%; Ensure it doesn’t overflow */
flex-shrink: 0;
border-radius: 33.854px;
background: url("https://static.igem.wiki/teams/5054/nitrogen-atom.svg"), 50% / cover no-repeat;
......@@ -165,7 +165,7 @@
/* transform: translateX(40%); */ transform: translateX(0%);
/* width: 459.74px; */ width: auto;
/* height: 236.979px; */ height: auto;
max-width: 100%; /* Ensure it doesn’t overflow */
/* 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;
......
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