Skip to content
Snippets Groups Projects
Commit 16e73855 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

gif

parent a3fb099a
No related branches found
No related tags found
No related merge requests found
......@@ -55,15 +55,15 @@
.container-fluid {
min-height: 100vh; /* Füllt den gesamten Bildschirm aus */
}
/***footer***/
footer {
padding: 10px; /* Less padding for mobile */
padding: 10px;
}
footer a, footer p {
font-size: 14px; /* Adjust font size for mobile */
line-height: 1.4; /* Adjust line height for readability */
font-size: 14px;
line-height: 1.4;
}
footer .social-icons {
......@@ -73,19 +73,26 @@
}
footer .contact-info {
font-size: 12px; /* Smaller text for mobile */
font-size: 12px;
}
footer img {
width: 100px; /* Adjust image sizes for mobile */
width: 100px;
height: auto;
}
footer a {
word-wrap: break-word;
overflow-wrap: break-word;
}
/***gif***/
.gif-wrapper img {
width: 400px;
height: auto;
}
.row-if-small{
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
......
......@@ -92,7 +92,7 @@ export function Description() {
<div className="figure-wrapper">
<figure>
<div className="col gif-wrapper">
<img className="fanzor gif" src="https://static.igem.wiki/teams/5247/fanzor/cftr-wt.gif"></img>
<img className="CFTR gif" src="https://static.igem.wiki/teams/5247/fanzor/cftr-wt.gif"></img>
</div>
<figcaption> <b>Figure x.</b></figcaption>
</figure>
......
......@@ -29,7 +29,7 @@ export function EngSide(){
const {goToPageWithTabAndScroll} = useNavigation();
return(
<div className="col-2 d-lg-block" >
<div className="col-2 d-none d-lg-block" >
<br/>
<div className="sticky-top">
<nav className="sidebar" id="eng-sidebar">
......
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