Skip to content
Snippets Groups Projects
Commit 745da040 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

css

parent 1351c5c0
No related branches found
No related tags found
No related merge requests found
......@@ -3957,4 +3957,8 @@ figure .row div{
display: flex;
align-items: center;
justify-content: center;
}
figure img{
object-fit: cover !important;
}
\ No newline at end of file
......@@ -129,9 +129,13 @@ export const Safety: React.FC = () =>{
<p>
In our S2 laboratory, the harvested nasal epithelial cells that serve as primary cultures undergo a comprehensive HHH test (link zu primär Kulturen) to ensure their safety and suitability for further experiments. This test is crucial to ensure that we can subsequently work safely with these cells in the S1 range without the risk of contamination or unwanted release of biological material.
</p>
<div className="col">
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/s2/s2-lab.jpeg" width="50%" height="50%"/>
</div>
<div className="figure-wrapper">
<figure>
<img src="https://static.igem.wiki/teams/5247/photos/biosafety/s2/s2-lab.jpeg" style={{height: "10%"}}/>
<figcaption> <b>Figure x.</b> </figcaption>
</figure>
</div>
</Section>
<Section title="Biosafety" id="Biosafety">
<Subesction title="Safety aspects of our PrimeGuide" id="Biosafety1">
......
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