Skip to content
Snippets Groups Projects
Commit 46da9d6a authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

change header

parent eb55afa0
No related branches found
No related tags found
No related merge requests found
Pipeline #310429 passed
......@@ -14,8 +14,8 @@ const Header = ({ title, subtitle, white }) => (
className="flex-row"
style={{
overflowWrap: "break-word",
height: "60vh",
width: "80vw",
width: "60vw",
height: "70vh",
margin: "auto",
}}
id="header"
......@@ -25,20 +25,22 @@ const Header = ({ title, subtitle, white }) => (
src="https://static.igem.wiki/teams/4796/wiki/half-svg.svg"
alt="Logo"
className="header-logo"
style={{ margin: "auto", justifyItems: "space-between" }}
/>
<Title
className={headerFont.className + (!white && " gradient-header")}
style={{
letterSpacing: ".2rem",
margin: "auto",
wordBreak: "break-word",
textTransform: "uppercase",
}}
>
<strong>{title}</strong>
</Title>
<p className="subtitle"> {subtitle}</p>
<div className="flex-col">
<Title
className={headerFont.className + (!white && " gradient-header")}
style={{
letterSpacing: ".2rem",
margin: "auto",
wordBreak: "break-word",
textTransform: "uppercase",
paddingLeft: "5w",
}}
>
<strong>{title}</strong>
</Title>
<p className="subtitle"> {subtitle}</p>
</div>
</div>
</div>
);
......
......@@ -11,7 +11,7 @@ export const meta = {
title: "User Manual",
subtitle: "",
coverImage: true,
image: "https://static.igem.wiki/teams/4796/wiki/usermanual/cover.svg",
image: "https://static.igem.wiki/teams/4796/wiki/usermanual/cover-1.png",
rotating: false,
underline: true,
};
......@@ -127,6 +127,7 @@ production.
## How it works
<MultiFunctional />
<br/>
## Modular Expression Module
......@@ -317,7 +318,7 @@ how protein stability can be affected by systematic mutations along the
protein's primary sequence may be important for assessing binding
affinity to a particular drug target (See [modeling](/ubc-vancouver/model) page).
In another feature, we have modeled the MxyGyrA intein-protein fusion in
In another feature, we have modeled the MxeGyrA intein-protein fusion in
aqueous solvent. This provides users with a predictive model to
elucidate any adverse effects of their protein when it is brought
through our system with a tagged intein and extracted out of aqueous
......
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