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

fix header

parent 0b9faed3
No related branches found
No related tags found
No related merge requests found
Pipeline #310646 passed
......@@ -516,10 +516,6 @@ button.active {
overflow: hidden;
}
.header-logo {
margin-left: -179px;
}
blockquote {
font-style: italic;
color: $on-primary;
......
......@@ -3,7 +3,7 @@ import { headerFont } from "@/utils/fonts";
import styled from "styled-components";
const Title = styled.h1`
font-size: 90px;
font-size: 80px;
@media only screen and (max-width: 768px) {
font-size: 40px;
}
......@@ -14,9 +14,9 @@ const Header = ({ title, subtitle, white }) => (
className="flex-row"
style={{
overflowWrap: "break-word",
width: "60vw",
width: "70vw",
height: "70vh",
margin: "auto",
paddingLeft: "10vw",
}}
id="header"
>
......@@ -25,6 +25,7 @@ const Header = ({ title, subtitle, white }) => (
src="https://static.igem.wiki/teams/4796/wiki/half-svg.svg"
alt="Logo"
className="header-logo"
style={{ paddingRight: "5vw" }}
/>
<div className="flex-col">
<Title
......
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