From 745da04089ca8a47db117a5d2fd6e2471dcf2b61 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 27 Sep 2024 14:18:01 +0200 Subject: [PATCH] css --- src/App/App.css | 4 ++++ src/contents/safety.tsx | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/App/App.css b/src/App/App.css index 7e9f9b45..6f4e71bd 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -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 diff --git a/src/contents/safety.tsx b/src/contents/safety.tsx index 6391ef14..d36c6574 100644 --- a/src/contents/safety.tsx +++ b/src/contents/safety.tsx @@ -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"> -- GitLab