diff --git a/src/.DS_Store b/src/.DS_Store index 8ece2626adf8116a6e11b4ddc400fe44cc9a1628..f52cd3fd3c14374e8bf68fabf8e6d819a2b0921b 100644 Binary files a/src/.DS_Store and b/src/.DS_Store differ diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 3c932df5f1d2cdaebc0b1844245c7d634d702e52..26079d6b98eae41c33d785a00d8d98232e630c51 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -376,11 +376,11 @@ body { /*For small Smartphones (iphone 13 or similars)*/ @media screen and (max-width: 400px){ .figure-wrapper:first-of-type img { - width: 80%; /* Full width on small screens */ - height: auto; /* Maintain aspect ratio */ + width: 100% !important; /* Full width on small screens */ + height: 10% !important; /* Maintain aspect ratio */ max-width: 100% !important; /* Limit the image width to fit the screen */ margin: 0 auto; /* Center the image horizontally */ - overflow: visible; + overflow: visible !important; } .figure-wrapper:first-of-type img{ diff --git a/src/contents/.DS_Store b/src/contents/.DS_Store index d1868a4ee5bafa6bab9c62d8b4e5d6fd51e06e07..291cba757bb29a6f2b0e5125ee5f49916dc76a00 100644 Binary files a/src/contents/.DS_Store and b/src/contents/.DS_Store differ diff --git a/src/contents/Contribution/.DS_Store b/src/contents/Contribution/.DS_Store index 4168d5226cffae908e6e9c4e39a211ef1bb537cd..5b77778ac9d4ae927f6f55cbe3ee6667b9d733d7 100644 Binary files a/src/contents/Contribution/.DS_Store and b/src/contents/Contribution/.DS_Store differ diff --git a/src/contents/parts.tsx b/src/contents/parts.tsx index dc958e987092dba4962f3bfaecb8fd2a6f8f3692..d35d68cc3fdd4e2af6db4f08836416f2c74f7f61 100644 --- a/src/contents/parts.tsx +++ b/src/contents/parts.tsx @@ -29,12 +29,6 @@ export function Parts() { <Subesction title="Cloning" id="Experiments1"> <LoremMedium/> </Subesction> - <Subesction title="Nikase-Assay" id="Experiments2"> - <LoremMedium/> - </Subesction> - <Subesction title="Activity Experiments" id="Experiments3"> - <LoremMedium/> - </Subesction> </Section> <Section title="Parts Collection" id="Parts Collection"> <Subesction title="Plasmids" id="Parts Collection1"> diff --git a/src/data/parts.ts b/src/data/parts.ts index 80ef8546ccc06871c4105887050e2703250f707d..d99453a0aeb6bf523c87d39897d0951888d3a56e 100644 --- a/src/data/parts.ts +++ b/src/data/parts.ts @@ -23,14 +23,6 @@ Vorlage: */ export const BasicParts: Array<Part> = [ - { - partname: "WT", - registrycode: "BBa_K5247001", - description: "endonuclease", - length: 1917, - type: "DNA", - url: "https://parts.igem.org/Part:BBa_K5247001" - }, { partname: "n1SpuFz1", registrycode: "BBa_K5247101",