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

css

parent e1ad4894
No related branches found
No related tags found
No related merge requests found
Pipeline #448005 passed
...@@ -150,6 +150,7 @@ body { ...@@ -150,6 +150,7 @@ body {
background-color: var(--ourbeige); background-color: var(--ourbeige);
color: var(--offblack); color: var(--offblack);
font-family: AcuminPro !important; font-family: AcuminPro !important;
max-width: 100% !important;
} }
body.dark-mode { body.dark-mode {
background-color: var(--offblack); background-color: var(--offblack);
...@@ -464,6 +465,7 @@ margin-bottom: 10vw !important; ...@@ -464,6 +465,7 @@ margin-bottom: 10vw !important;
height: auto; height: auto;
} }
.h2-box{ .h2-box{
max-width: 100%;
margin-top: 8vh !important; margin-top: 8vh !important;
margin-bottom: 8vh !important; margin-bottom: 8vh !important;
height: auto; height: auto;
...@@ -512,6 +514,7 @@ margin-bottom: 10vw !important; ...@@ -512,6 +514,7 @@ margin-bottom: 10vw !important;
} }
h2{ h2{
max-width: 100% !important;
color: var(--text-primary) !important color: var(--text-primary) !important
} }
......
...@@ -73,7 +73,7 @@ export function Description() { ...@@ -73,7 +73,7 @@ export function Description() {
</Subesction> </Subesction>
<Subesction title="The CFTR Protein" id="Cystic Fibrosis2"> <Subesction title="The CFTR Protein" id="Cystic Fibrosis2">
<div className="rowalign-items-center"> <div className="row align-items-center">
<div className="full-small col-2"> <div className="full-small col-2">
<img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/> <img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/>
<img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/> <img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/>
......
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