Skip to content
Snippets Groups Projects
Commit cd4a9b57 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents a4b50f73 8f83f39c
No related branches found
No related tags found
No related merge requests found
Pipeline #519253 passed
No preview for this file type
...@@ -376,11 +376,11 @@ body { ...@@ -376,11 +376,11 @@ body {
/*For small Smartphones (iphone 13 or similars)*/ /*For small Smartphones (iphone 13 or similars)*/
@media screen and (max-width: 400px){ @media screen and (max-width: 400px){
.figure-wrapper:first-of-type img { .figure-wrapper:first-of-type img {
width: 80%; /* Full width on small screens */ width: 100% !important; /* Full width on small screens */
height: auto; /* Maintain aspect ratio */ height: 10% !important; /* Maintain aspect ratio */
max-width: 100% !important; /* Limit the image width to fit the screen */ max-width: 100% !important; /* Limit the image width to fit the screen */
margin: 0 auto; /* Center the image horizontally */ margin: 0 auto; /* Center the image horizontally */
overflow: visible; overflow: visible !important;
} }
.figure-wrapper:first-of-type img{ .figure-wrapper:first-of-type img{
......
No preview for this file type
No preview for this file type
...@@ -29,12 +29,6 @@ export function Parts() { ...@@ -29,12 +29,6 @@ export function Parts() {
<Subesction title="Cloning" id="Experiments1"> <Subesction title="Cloning" id="Experiments1">
<LoremMedium/> <LoremMedium/>
</Subesction> </Subesction>
<Subesction title="Nikase-Assay" id="Experiments2">
<LoremMedium/>
</Subesction>
<Subesction title="Activity Experiments" id="Experiments3">
<LoremMedium/>
</Subesction>
</Section> </Section>
<Section title="Parts Collection" id="Parts Collection"> <Section title="Parts Collection" id="Parts Collection">
<Subesction title="Plasmids" id="Parts Collection1"> <Subesction title="Plasmids" id="Parts Collection1">
......
...@@ -23,14 +23,6 @@ Vorlage: ...@@ -23,14 +23,6 @@ Vorlage:
*/ */
export const BasicParts: Array<Part> = [ 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", partname: "n1SpuFz1",
registrycode: "BBa_K5247101", registrycode: "BBa_K5247101",
......
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